You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(13) |
Sep
(25) |
Oct
(10) |
Nov
(19) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(206) |
Mar
(43) |
Apr
(25) |
May
(20) |
Jun
(69) |
Jul
(121) |
Aug
(95) |
Sep
(122) |
Oct
(213) |
Nov
(46) |
Dec
(39) |
2006 |
Jan
(28) |
Feb
(57) |
Mar
(21) |
Apr
(7) |
May
(11) |
Jun
(2) |
Jul
(8) |
Aug
(13) |
Sep
(2) |
Oct
(2) |
Nov
(20) |
Dec
(16) |
2007 |
Jan
(9) |
Feb
(15) |
Mar
|
Apr
(4) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(9) |
Oct
|
Nov
(1) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
(8) |
Apr
(1) |
May
|
Jun
|
Jul
(11) |
Aug
(57) |
Sep
(2) |
Oct
(6) |
Nov
|
Dec
(7) |
2010 |
Jan
(11) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(27) |
Oct
(3) |
Nov
(7) |
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(10) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(3) |
Nov
(1) |
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(4) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(4) |
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Carlo B. <car...@us...> - 2005-10-31 13:50:05
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20439/Source/Core Modified Files: InstantCommand.pas InstantConnectionManager.pas Log Message: changes for D5 compatibility. Added D5 project group. Index: InstantCommand.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantCommand.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantCommand.pas 4 Sep 2005 23:15:54 -0000 1.4 --- InstantCommand.pas 31 Oct 2005 13:49:56 -0000 1.5 *************** *** 1035,1039 **** Token := Reader.ReadToken; Result := IsConstantToken(Token) or InstantIsNumeric(Token) or ! ((Length(Token) > 0) and (Token[1] in ['"', '['])); end; --- 1035,1039 ---- Token := Reader.ReadToken; Result := IsConstantToken(Token) or InstantIsNumeric(Token) or ! ((Length(Token) > 0) and (Token[1] in ['"', '''', '['])); end; Index: InstantConnectionManager.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantConnectionManager.pas,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** InstantConnectionManager.pas 12 Oct 2005 14:23:52 -0000 1.21 --- InstantConnectionManager.pas 31 Oct 2005 13:49:56 -0000 1.22 *************** *** 283,287 **** ConnectionDef := ConnectionDefs.Find(ConnectionDefName) as TInstantConnectionDef; if Assigned(ConnectionDef) then ! OnConnect(Self, ConnectionDef, Result) else raise EInstantError.CreateFmt(SConnectionDefError, [ConnectionDefName, FileName]); --- 283,292 ---- ConnectionDef := ConnectionDefs.Find(ConnectionDefName) as TInstantConnectionDef; if Assigned(ConnectionDef) then ! begin ! if Assigned(OnConnect) then ! OnConnect(Self, ConnectionDef, Result) ! else ! raise EInstantError.Create(SUnassignedOnConnectError); ! end else raise EInstantError.CreateFmt(SConnectionDefError, [ConnectionDefName, FileName]); |
From: Carlo B. <car...@us...> - 2005-10-31 13:50:05
|
Update of /cvsroot/instantobjects/Source/Brokers/ADO/D5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20439/Source/Brokers/ADO/D5 Modified Files: IOADO_D5.dpk Log Message: changes for D5 compatibility. Added D5 project group. Index: IOADO_D5.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/ADO/D5/IOADO_D5.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IOADO_D5.dpk 3 Sep 2005 08:03:10 -0000 1.2 --- IOADO_D5.dpk 31 Oct 2005 13:49:56 -0000 1.3 *************** *** 1,3 **** ! package IOADO; {$I '..\..\..\InstantVersion.inc'} --- 1,3 ---- ! package IOADO_D5; {$I '..\..\..\InstantVersion.inc'} *************** *** 19,25 **** {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} ! {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST ON} {$MINENUMSIZE 1} {$IMAGEBASE $400000} --- 19,25 ---- {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} ! {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} ! {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} *************** *** 30,34 **** requires IOCore, ! VCLADO50; contains --- 30,35 ---- requires IOCore, ! IOMSSqlCatalog_D5, ! vclado50; contains |
From: Carlo B. <car...@us...> - 2005-10-31 13:50:05
|
Update of /cvsroot/instantobjects/Source/Brokers/XML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20439/Source/Brokers/XML Modified Files: InstantXMLCatalog.pas Log Message: changes for D5 compatibility. Added D5 project group. Index: InstantXMLCatalog.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXMLCatalog.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantXMLCatalog.pas 20 Oct 2005 08:04:00 -0000 1.1 --- InstantXMLCatalog.pas 31 Oct 2005 13:49:56 -0000 1.2 *************** *** 39,42 **** --- 39,47 ---- uses + {$IFDEF MSWINDOWS} + {$IFDEF D5} + FileCtrl, + {$ENDIF} + {$ENDIF} InstantPersistence; |
From: Carlo B. <car...@us...> - 2005-10-31 13:49:19
|
Update of /cvsroot/instantobjects/Source/Install/D5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20243/D5 Log Message: Directory /cvsroot/instantobjects/Source/Install/D5 added to the repository |
From: Carlo B. <car...@us...> - 2005-10-31 13:17:07
|
Update of /cvsroot/instantobjects/Source/Brokers/ZeosDBO/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14204/Source/Brokers/ZeosDBO/D2006 Added Files: DclIOZeosDBO.dpk IOZeosDBO.dpk Log Message: D2006 package for ZeosDBO and XML brokers --- NEW FILE: DclIOZeosDBO.dpk --- package DclIOZeosDBO; {$I '..\..\..\InstantVersion.inc'} {$R '..\InstantZeosDBO.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects ZeosDBO Design-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires IOZeosDBO; contains InstantZeosDBOReg in '..\InstantZeosDBOReg.pas'; end. --- NEW FILE: IOZeosDBO.dpk --- package IOZeosDBO; {$I '..\..\..\InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects ZeosDBO Run-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} requires IOCore, ZComponent; contains InstantZeosDBO in '..\InstantZeosDBO.pas', InstantZeosDBOCatalog in '..\InstantZeosDBOCatalog.pas', InstantZeosDBOConnectionDefEdit in '..\InstantZeosDBOConnectionDefEdit.pas' {InstantZeosDBOConnectionDefEditForm}; end. |
From: Carlo B. <car...@us...> - 2005-10-31 13:16:57
|
Update of /cvsroot/instantobjects/Source/Brokers/XML/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14204/Source/Brokers/XML/D2006 Added Files: DclIOXML.dpk IOXML.dpk Log Message: D2006 package for ZeosDBO and XML brokers --- NEW FILE: DclIOXML.dpk --- package DclIOXML; {$I '..\..\..\InstantVersion.inc'} {$R '..\InstantXML.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects XML Design-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires vcl, rtl, vclx, IOXML; contains InstantXMLReg in '..\InstantXMLReg.pas'; end. --- NEW FILE: IOXML.dpk --- package IOXML; {$I '..\..\..\InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects XML Run-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} requires vcl, rtl, vclx, IOCore; contains InstantXMLCatalog in '..\InstantXMLCatalog.pas', InstantXMLConnectionDefEdit in '..\InstantXMLConnectionDefEdit.pas' {InstantXMLConnectionDefEditForm}, InstantXML in '..\InstantXML.pas'; end. |
From: Carlo B. <car...@us...> - 2005-10-31 13:15:51
|
Update of /cvsroot/instantobjects/Source/Brokers/ZeosDBO/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14064/D2006 Log Message: Directory /cvsroot/instantobjects/Source/Brokers/ZeosDBO/D2006 added to the repository |
From: Carlo B. <car...@us...> - 2005-10-31 12:55:11
|
Update of /cvsroot/instantobjects/Source/Brokers/XML/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6052/D2006 Log Message: Directory /cvsroot/instantobjects/Source/Brokers/XML/D2006 added to the repository |
From: Carlo B. <car...@us...> - 2005-10-29 11:36:08
|
Update of /cvsroot/instantobjects/Source/Design/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28828/Source/Design/D2006 Added Files: DclIOCore.dpk Log Message: Core and Design packages for D2006 --- NEW FILE: DclIOCore.dpk --- package DclIOCore; {$I '..\..\InstantPackageVersion.inc'} {$R '..\..\Core\InstantPresentation.dcr'} {$R '..\..\Core\InstantExplorer.dcr'} {$R '..\..\Core\InstantPersistence.dcr'} {$R '..\..\Core\InstantConnectionManager.dcr'} {$R '..\..\Core\InstantPump.dcr'} {$R '..\..\Core\InstantDBEvolution.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects Design-Time Package (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires designide, vcldb, rtl, vcl, dbrtl, IOCore; contains InstantWizard in '..\InstantWizard.pas', InstantClassEditor in '..\InstantClassEditor.pas' {InstantClassEditorForm: TIOBaseForm}, InstantCommandEditor in '..\InstantCommandEditor.pas' {InstantCommandEditorForm}, InstantDesignResources in '..\InstantDesignResources.pas' {InstantDesignResourceModule: TDataModule}, InstantDesignTools in '..\InstantDesignTools.pas', InstantDesignUtils in '..\InstantDesignUtils.pas', InstantDialog in '..\InstantDialog.pas' {InstantDialogForm}, InstantDualList in '..\InstantDualList.pas' {InstantDualListForm}, InstantEdit in '..\InstantEdit.pas' {InstantEditForm}, InstantModelExpert in '..\InstantModelExpert.pas', InstantModelExplorer in '..\InstantModelExplorer.pas' {InstantModelExplorerForm}, InstantOTA in '..\InstantOTA.pas', InstantReg in '..\InstantReg.pas', InstantUnitSelect in '..\InstantUnitSelect.pas' {InstantUnitSelectForm}, InstantAttributeEditor in '..\InstantAttributeEditor.pas' {InstantAttributeEditorForm}, InstantAbout in '..\InstantAbout.pas' {InstantAboutForm}; end. |
From: Carlo B. <car...@us...> - 2005-10-29 11:36:07
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28828/Source/Core Modified Files: InstantConsts.pas Log Message: Core and Design packages for D2006 Index: InstantConsts.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantConsts.pas,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** InstantConsts.pas 21 Oct 2005 09:15:08 -0000 1.20 --- InstantConsts.pas 29 Oct 2005 11:35:57 -0000 1.21 *************** *** 184,187 **** --- 184,188 ---- SDeleteConnectionConfirmation = 'Delete connection "%s"?'; SConnectionName = 'Connection Name'; + SUnassignedOnConnectError = 'Unassigned OnConnect event of InstantConnectionManager'; implementation |
From: Carlo B. <car...@us...> - 2005-10-29 11:36:07
|
Update of /cvsroot/instantobjects/Source/Install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28828/Source/Install Modified Files: HowToInstall.txt Log Message: Core and Design packages for D2006 Index: HowToInstall.txt =================================================================== RCS file: /cvsroot/instantobjects/Source/Install/HowToInstall.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HowToInstall.txt 29 Oct 2005 11:28:02 -0000 1.3 --- HowToInstall.txt 29 Oct 2005 11:35:57 -0000 1.4 *************** *** 1,3 **** ! INSTALLING INSTANTOBJECTS USING BORLAND PROGRAM GROUPS ------------------------------------------------------ 29 October 2005 - Carlo Barazzetta --- 1,3 ---- ! INSTALLING INSTANTOBJECTS USING BORLAND PROJECT GROUPS ------------------------------------------------------ 29 October 2005 - Carlo Barazzetta *************** *** 7,17 **** If you want a complete explanation of InstantObjects structure, please refer to the installation section of \Doc\Readme.txt file. ! If you want a quick installation process to evaluate InstantObjects, you can use the two "standard" bpg projects in the folder for your Delphi/Kylix version under this Install folder. For every Delphi version you can find: ! - RunTimePackages.bpg to Build all of the "standard" run-time packages. - Open it and "BuildAll" projects. ! - DesignTimePackages.bpg to Build/Install all of the "standard" design-time packages. - Open it and "Install" each package included. --- 7,17 ---- If you want a complete explanation of InstantObjects structure, please refer to the installation section of \Doc\Readme.txt file. ! If you want a quick installation process to evaluate InstantObjects, you can use the two "standard" "borland project group" in the folder for your Delphi/Kylix version under this Install folder. For every Delphi version you can find: ! - RunTimePackages to Build all of the "standard" run-time packages. - Open it and "BuildAll" projects. ! - DesignTimePackages to Build/Install all of the "standard" design-time packages. - Open it and "Install" each package included. |
From: Carlo B. <car...@us...> - 2005-10-29 11:36:07
|
Update of /cvsroot/instantobjects/Source/Core/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28828/Source/Core/D2006 Added Files: IOCore.dpk Log Message: Core and Design packages for D2006 --- NEW FILE: IOCore.dpk --- package IOCore; {$I '..\..\InstantPackageVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects Run-Time Package (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, rtl; contains InstantUtils in '..\InstantUtils.pas', InstantClasses in '..\InstantClasses.pas', InstantConsts in '..\InstantConsts.pas', InstantRtti in '..\InstantRtti.pas', InstantCommand in '..\InstantCommand.pas', InstantPersistence in '..\InstantPersistence.pas', InstantExplorer in '..\InstantExplorer.pas', InstantDesignHook in '..\InstantDesignHook.pas', InstantCode in '..\InstantCode.pas', InstantTextFiler in '..\InstantTextFiler.pas', InstantPresentation in '..\InstantPresentation.pas', InstantAccessors in '..\InstantAccessors.pas', InstantConnectionManagerFormUnit in '..\InstantConnectionManagerFormUnit.pas' {InstantConnectionManagerForm}, InstantConnectionManager in '..\InstantConnectionManager.pas', InstantImageUtils in '..\InstantImageUtils.pas', InstantPump in '..\InstantPump.pas', InstantDBBuild in '..\InstantDBBuild.pas', InstantDBEvolution in '..\InstantDBEvolution.pas', InstantCustomDBEvolverFormUnit in '..\InstantCustomDBEvolverFormUnit.pas' {InstantCustomDBEvolverForm}, InstantDBEvolverFormUnit in '..\InstantDBEvolverFormUnit.pas' {InstantDBEvolverForm}, InstantDBBuilderFormUnit in '..\InstantDBBuilderFormUnit.pas' {InstantDBBuilderForm}; end. |
From: Carlo B. <car...@us...> - 2005-10-29 11:35:26
|
Update of /cvsroot/instantobjects/Source/Design/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28790/D2006 Log Message: Directory /cvsroot/instantobjects/Source/Design/D2006 added to the repository |
From: Carlo B. <car...@us...> - 2005-10-29 11:35:03
|
Update of /cvsroot/instantobjects/Source/Core/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28740/D2006 Log Message: Directory /cvsroot/instantobjects/Source/Core/D2006 added to the repository |
From: Carlo B. <car...@us...> - 2005-10-29 11:28:13
|
Update of /cvsroot/instantobjects/Source/Brokers/DBX/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source/Brokers/DBX/D2006 Added Files: DclIODBX.dpk IODBX.dpk Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 --- NEW FILE: DclIODBX.dpk --- package DclIODBX; {$I '..\..\..\InstantVersion.inc'} {$R '..\InstantDBX.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects dbExpress Design-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires rtl, vcl, dbrtl, dbexpress, IOCore, IODBX; contains InstantDBXReg in '..\InstantDBXReg.pas'; end. --- NEW FILE: IODBX.dpk --- package IODBX; {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects dbExpress Run-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} requires rtl, vcl, dbrtl, dbexpress, IOCore, IOIBFbCatalog, IOMSSqlCatalog; contains InstantDBXConnectionDefEdit in '..\InstantDBXConnectionDefEdit.pas' {InstantDBXConnectionDefEditForm}, InstantDBX in '..\InstantDBX.pas'; end. |
From: Carlo B. <car...@us...> - 2005-10-29 11:28:13
|
Update of /cvsroot/instantobjects/Source/Brokers/IBX/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source/Brokers/IBX/D2006 Added Files: DclIOIBX.dpk IOIBX.dpk Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 --- NEW FILE: DclIOIBX.dpk --- package DclIOIBX; {$I '..\..\..\InstantVersion.inc'} {$R '..\InstantIBX.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects IBX Design-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, ibxpress, IOCore, IOIBX; contains InstantIBXReg in '..\InstantIBXReg.pas'; end. --- NEW FILE: IOIBX.dpk --- package IOIBX; {$I '..\..\..\InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects IBX Run-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, ibxpress, IOCore, IOIBFbCatalog; contains InstantIBXConnectionDefEdit in '..\InstantIBXConnectionDefEdit.pas' {InstantIBXConnectionDefEditForm}, InstantIBX in '..\InstantIBX.pas'; end. |
From: Carlo B. <car...@us...> - 2005-10-29 11:28:13
|
Update of /cvsroot/instantobjects/Source/Brokers/UIB/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source/Brokers/UIB/D2006 Added Files: DclIOUIB.dpk IOUIB.dpk Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 --- NEW FILE: IOUIB.dpk --- package IOUIB; {$I '..\..\..\InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects UIB Run-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, ibxpress, IOCore, IOIBFbCatalog, JvUIBD2006Win32R; contains InstantUIBConnectionDefEdit in '..\InstantUIBConnectionDefEdit.pas' {InstantUIBConnectionDefEditForm}, InstantUIB in '..\InstantUIB.pas', InstantUIBConnection in '..\InstantUIBConnection.pas'; end. --- NEW FILE: DclIOUIB.dpk --- package DclIOUIB; {$I '..\..\..\InstantVersion.inc'} {$R '..\InstantUIB.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects UIB Design-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, IOCore, IOUIB; contains InstantUIBReg in '..\InstantUIBReg.pas'; end. |
From: Carlo B. <car...@us...> - 2005-10-29 11:28:13
|
Update of /cvsroot/instantobjects/Source/Install/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source/Install/D2006 Added Files: DesignTimePackages.bdsgroup RunTimePackages.bdsgroup Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 --- NEW FILE: RunTimePackages.bdsgroup --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DesignTimePackages.bdsgroup --- (This appears to be a binary file; contents omitted.) |
From: Carlo B. <car...@us...> - 2005-10-29 11:28:13
|
Update of /cvsroot/instantobjects/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source Modified Files: InstantDefines.inc Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 Index: InstantDefines.inc =================================================================== RCS file: /cvsroot/instantobjects/Source/InstantDefines.inc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantDefines.inc 1 Sep 2005 23:04:33 -0000 1.3 --- InstantDefines.inc 29 Oct 2005 11:28:02 -0000 1.4 *************** *** 26,29 **** --- 26,38 ---- {$ENDIF} + {$IFDEF VER180} + {$DEFINE D5+} + {$DEFINE D6+} + {$DEFINE D7+} + {$DEFINE D9+} + {$DEFINE D10} + {$DEFINE D10+} + {$ENDIF} + {$IFDEF FPC} {$DEFINE D5+} |
From: Carlo B. <car...@us...> - 2005-10-29 11:28:13
|
Update of /cvsroot/instantobjects/Source/Brokers/ADO/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source/Brokers/ADO/D2006 Added Files: DclIOADO.dpk IOADO.dpk Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 --- NEW FILE: IOADO.dpk --- package IOADO; {$I '..\..\..\InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST ON} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects ADO Run-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, adortl, IOCore, IOMSSqlCatalog; contains InstantADOX in '..\InstantADOX.pas', InstantADOJRO in '..\InstantADOJRO.pas', InstantADOTools in '..\InstantADOTools.pas', InstantADOConnectionDefEdit in '..\InstantADOConnectionDefEdit.pas' {InstantADOConnectionDefEditForm}, InstantADO in '..\InstantADO.pas'; end. --- NEW FILE: DclIOADO.dpk --- package DclIOADO; {$I '..\..\..\InstantVersion.inc'} {$R '..\InstantADO.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS ON} {$RANGECHECKS ON} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects ADO Design-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires rtl, IOADO; contains InstantADOReg in '..\InstantADOReg.pas'; end. |
From: Carlo B. <car...@us...> - 2005-10-29 11:28:13
|
Update of /cvsroot/instantobjects/Source/Brokers/BDE/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source/Brokers/BDE/D2006 Added Files: DclIOBDE.dpk IOBDE.dpk Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 --- NEW FILE: DclIOBDE.dpk --- package DclIOBDE; {$I '..\..\..\InstantVersion.inc'} {$R '..\InstantBDE.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects BDE Design-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, bdertl, IOCore, IOBDE; contains InstantBDEReg in '..\InstantBDEReg.pas'; end. --- NEW FILE: IOBDE.dpk --- package IOBDE; {$I '..\..\..\InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects BDE Run-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, bdertl, IOCore; contains InstantBDECatalog in '..\InstantBDECatalog.pas', InstantBDEConnectionDefEdit in '..\InstantBDEConnectionDefEdit.pas' {InstantBDEConnectionDefEditForm}, InstantBDE in '..\InstantBDE.pas'; end. |
From: Carlo B. <car...@us...> - 2005-10-29 11:28:12
|
Update of /cvsroot/instantobjects/Source/Brokers/NexusDb/D2006 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source/Brokers/NexusDb/D2006 Added Files: DclIONexusDB.dpk IONexusDB.dpk Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 --- NEW FILE: IONexusDB.dpk --- package IONexusDB; {$I '..\..\..\InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects NexusDB Run-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} requires vcl, vclx, dbrtl, rtl, vcldb, IOCore; contains InstantNexusDBCatalog in '..\InstantNexusDBCatalog.pas', InstantNexusDBConnectionDefEdit in '..\InstantNexusDBConnectionDefEdit.pas' {InstantNexusDBConnectionDefEditForm}, InstantNexusDB in '..\InstantNexusDB.pas', InstantNexusDBConsts in '..\InstantNexusDBConsts.pas', InstantNexusDBEmbeddedConnectionDefEdit in '..\InstantNexusDBEmbeddedConnectionDefEdit.pas' {InstantNexusDBEmbeddedConnectionDefEditForm}, InstantNexusDBEmbedded in '..\InstantNexusDBEmbedded.pas'; end. --- NEW FILE: DclIONexusDB.dpk --- package DclIONexusDB; {$I '..\..\..\InstantVersion.inc'} {$R '..\InstantNexusDB.dcr'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects NexusDB Design-Time Support (Delphi 2006)'} {$LIBSUFFIX '_D10'} {$DESIGNONLY} {$IMPLICITBUILD OFF} requires vcl, vcldb, IOCore, IONexusDB; contains InstantNexusDBReg in '..\InstantNexusDBReg.pas'; end. |
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 |
From: Carlo B. <car...@us...> - 2005-10-29 11:28:11
|
Update of /cvsroot/instantobjects/Source/Install/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27832/Source/Install/D2005 Added Files: DesignTimePackages.bdsgroup RunTimePackages.bdsgroup Removed Files: DesignTimePackages.bpg RunTimePackages.bpg Log Message: Installation packages for D2006. Installation bdsgroup for D2005 and D2006 --- NEW FILE: DesignTimePackages.bdsgroup --- (This appears to be a binary file; contents omitted.) --- DesignTimePackages.bpg DELETED --- --- NEW FILE: RunTimePackages.bdsgroup --- (This appears to be a binary file; contents omitted.) --- RunTimePackages.bpg DELETED --- |
From: Carlo B. <car...@us...> - 2005-10-29 11:10:20
|
Update of /cvsroot/instantobjects/Source/Brokers/XML/D2005 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25102/Source/Brokers/XML/D2005 Modified Files: DclIOXML.dpk IOXML.dpk Log Message: changes to XML packages to remove unrequired dbrlt package. Index: DclIOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D2005/DclIOXML.dpk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DclIOXML.dpk 3 Sep 2005 08:03:11 -0000 1.3 --- DclIOXML.dpk 29 Oct 2005 11:10:07 -0000 1.4 *************** *** 33,39 **** vcl, rtl, ! dbrtl, ! IOXML, ! vclx; contains --- 33,38 ---- vcl, rtl, ! vclx, ! IOXML; contains Index: IOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D2005/IOXML.dpk,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** IOXML.dpk 20 Oct 2005 08:04:00 -0000 1.5 --- IOXML.dpk 29 Oct 2005 11:10:07 -0000 1.6 *************** *** 24,29 **** {$MINENUMSIZE 1} {$IMAGEBASE $400000} ! {$DESCRIPTION 'InstantObjects XML Run-Time Support (Delphi 2005)'} ! {$LIBSUFFIX '_D9'} {$RUNONLY} {$IMPLICITBUILD OFF} --- 24,29 ---- {$MINENUMSIZE 1} {$IMAGEBASE $400000} ! {$DESCRIPTION 'InstantObjects XML Run-Time Support (Delphi 2006)'} ! {$LIBSUFFIX '_D10'} {$RUNONLY} {$IMPLICITBUILD OFF} *************** *** 32,38 **** vcl, rtl, ! dbrtl, ! IOCore, ! vclx; contains --- 32,37 ---- vcl, rtl, ! vclx, ! IOCore; contains |