From: Carlo B. <car...@us...> - 2005-10-29 11:28:12
|
Update of /cvsroot/instantobjects/Source/Install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source/Install Modified Files: HowToInstall.txt Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 Index: HowToInstall.txt =================================================================== RCS file: /cvsroot/instantobjects/Source/Install/HowToInstall.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HowToInstall.txt 26 Oct 2005 22:42:40 -0000 1.2 --- HowToInstall.txt 29 Oct 2005 11:28:02 -0000 1.3 *************** *** 1,5 **** INSTALLING INSTANTOBJECTS USING BORLAND PROGRAM GROUPS ------------------------------------------------------ ! 27 October 2005 - Carlo Barazzetta This tutorial is for newbie developers that want to install InstantObjects in a simple way. --- 1,5 ---- INSTALLING INSTANTOBJECTS USING BORLAND PROGRAM GROUPS ------------------------------------------------------ ! 29 October 2005 - Carlo Barazzetta This tutorial is for newbie developers that want to install InstantObjects in a simple way. *************** *** 18,36 **** "Standard" packages means that you can compile it with components included in a standard Delphi installation. If you want to know how to install other brokers to use third party data access components and technologies, please refer to the installation section of \Doc\Readme.txt file. ! RunTimePackages.bpg contains: -------------------------------- 1) IOCore.dpk: InstantObjects Core Package 2) IOADO.dpk : ADO Broker 3) IOBDE.dpk : BDE Broker ! 4) IODBX.dpk : DBExpress Broker (not available for Delphi 5) 5) IOIBX.dpk : IBX Broker 6) IOXML.dpk : XML Broker ! DesignTimePackages.bpg contains: -------------------------------- 1) dclIOCore.dpk: InstantObjects Desing package 2) dclIOADO.dpk : ADO Broker 3) dclIOBDE.dpk : BDE Broker ! 4) dclIODBX.dpk : DBExpress Broker (not available for Delphi 5) 5) dclIOIBX.dpk : IBX Broker 6) dclIOXML.dpk : XML Broker --- 18,36 ---- "Standard" packages means that you can compile it with components included in a standard Delphi installation. If you want to know how to install other brokers to use third party data access components and technologies, please refer to the installation section of \Doc\Readme.txt file. ! For example RunTimePackages.bpg for Delphi 7 contains: -------------------------------- 1) IOCore.dpk: InstantObjects Core Package 2) IOADO.dpk : ADO Broker 3) IOBDE.dpk : BDE Broker ! 4) IODBX.dpk : DBExpress Broker 5) IOIBX.dpk : IBX Broker 6) IOXML.dpk : XML Broker ! For example DesignTimePackages.bpg for Delphi 7 contains: -------------------------------- 1) dclIOCore.dpk: InstantObjects Desing package 2) dclIOADO.dpk : ADO Broker 3) dclIOBDE.dpk : BDE Broker ! 4) dclIODBX.dpk : DBExpress Broker 5) dclIOIBX.dpk : IBX Broker 6) dclIOXML.dpk : XML Broker |