Update of /cvsroot/instantobjects/Source/Design In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18385/Source/Design Modified Files: InstantAbout.pas InstantAttributeEditor.pas InstantClassEditor.pas InstantCommandEditor.pas InstantDesignResources.pas InstantDesignTools.pas InstantDesignUtils.pas InstantDialog.pas InstantDualList.pas InstantEdit.pas InstantModelExpert.pas InstantModelExplorer.pas InstantOTA.pas InstantReg.pas InstantUnitSelect.pas InstantWizard.pas Log Message: Changes for compatibility with Kylix3. Index: InstantModelExplorer.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantModelExplorer.pas,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** InstantModelExplorer.pas 21 Mar 2005 02:09:22 -0000 1.8 --- InstantModelExplorer.pas 21 Mar 2005 16:48:06 -0000 1.9 *************** *** 31,35 **** unit InstantModelExplorer; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantModelExplorer; ! {$I ../Core/InstantDefines.inc} interface Index: InstantEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantEdit.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantEdit.pas 11 Feb 2005 16:06:43 -0000 1.4 --- InstantEdit.pas 21 Mar 2005 16:48:06 -0000 1.5 *************** *** 31,35 **** unit InstantEdit; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantEdit; ! {$I ../Core/InstantDefines.inc} interface Index: InstantCommandEditor.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantCommandEditor.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantCommandEditor.pas 11 Feb 2005 16:06:43 -0000 1.4 --- InstantCommandEditor.pas 21 Mar 2005 16:48:06 -0000 1.5 *************** *** 31,35 **** unit InstantCommandEditor; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantCommandEditor; ! {$I ../Core/InstantDefines.inc} interface *************** *** 38,47 **** SysUtils, Classes, {$IFDEF MSWINDOWS} ! Windows, Messages, Graphics, Controls, Forms, Dialogs, StdCtrls, {$ENDIF} {$IFDEF LINUX} ! QForms, QStdCtrls, QControls, {$ENDIF} ! InstantCode, InstantCommand, ExtCtrls; type --- 38,47 ---- SysUtils, Classes, {$IFDEF MSWINDOWS} ! Windows, Messages, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, {$ENDIF} {$IFDEF LINUX} ! QForms, QStdCtrls, QControls, QExtCtrls, {$ENDIF} ! InstantCode, InstantCommand; type Index: InstantOTA.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantOTA.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantOTA.pas 4 Aug 2004 22:43:40 -0000 1.3 --- InstantOTA.pas 21 Mar 2005 16:48:06 -0000 1.4 *************** *** 32,41 **** interface - {$IFDEF MSWINDOWS} - {$I ..\core\InstantDefines.inc} - {$ENDIF} - {$IFDEF LINUX} {$I ../core/InstantDefines.inc} - {$ENDIF} {$IFDEF D7+} --- 32,36 ---- Index: InstantDesignResources.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDesignResources.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantDesignResources.pas 11 Feb 2005 16:06:43 -0000 1.5 --- InstantDesignResources.pas 21 Mar 2005 16:48:06 -0000 1.6 *************** *** 31,35 **** unit InstantDesignResources; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantDesignResources; ! {$I ../Core/InstantDefines.inc} interface Index: InstantDualList.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDualList.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantDualList.pas 11 Feb 2005 16:06:43 -0000 1.4 --- InstantDualList.pas 21 Mar 2005 16:48:06 -0000 1.5 *************** *** 31,35 **** unit InstantDualList; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantDualList; ! {$I ../Core/InstantDefines.inc} interface Index: InstantModelExpert.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantModelExpert.pas,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** InstantModelExpert.pas 11 Feb 2005 16:06:43 -0000 1.7 --- InstantModelExpert.pas 21 Mar 2005 16:48:06 -0000 1.8 *************** *** 30,34 **** unit InstantModelExpert; ! {$I ..\Core\InstantDefines.inc} {$IFDEF D7+} --- 30,34 ---- unit InstantModelExpert; ! {$I ../Core/InstantDefines.inc} {$IFDEF D7+} Index: InstantDialog.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDialog.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantDialog.pas 11 Feb 2005 16:06:43 -0000 1.4 --- InstantDialog.pas 21 Mar 2005 16:48:06 -0000 1.5 *************** *** 31,35 **** unit InstantDialog; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantDialog; ! {$I ../Core/InstantDefines.inc} interface Index: InstantReg.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantReg.pas,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** InstantReg.pas 22 Feb 2005 14:25:19 -0000 1.6 --- InstantReg.pas 21 Mar 2005 16:48:06 -0000 1.7 *************** *** 37,41 **** implementation ! {$R ..\iodesimages.res} uses --- 37,41 ---- implementation ! {$R ../iodesimages.res} uses Index: InstantWizard.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantWizard.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantWizard.pas 11 Feb 2005 16:06:43 -0000 1.4 --- InstantWizard.pas 21 Mar 2005 16:48:06 -0000 1.5 *************** *** 31,35 **** unit InstantWizard; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantWizard; ! {$I ../Core/InstantDefines.inc} interface Index: InstantAttributeEditor.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantAttributeEditor.pas,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** InstantAttributeEditor.pas 12 Mar 2005 03:00:47 -0000 1.15 --- InstantAttributeEditor.pas 21 Mar 2005 16:48:06 -0000 1.16 *************** *** 33,37 **** interface ! {$I ..\Core\InstantDefines.inc} uses --- 33,37 ---- interface ! {$I ../Core/InstantDefines.inc} uses *************** *** 589,591 **** end. - --- 589,590 ---- Index: InstantAbout.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantAbout.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantAbout.pas 11 Feb 2005 16:06:43 -0000 1.5 --- InstantAbout.pas 21 Mar 2005 16:48:06 -0000 1.6 *************** *** 31,35 **** unit InstantAbout; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantAbout; ! {$I ../Core/InstantDefines.inc} interface Index: InstantDesignTools.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDesignTools.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantDesignTools.pas 10 Feb 2005 23:06:32 -0000 1.5 --- InstantDesignTools.pas 21 Mar 2005 16:48:06 -0000 1.6 *************** *** 35,39 **** uses Classes, ! {$I ..\core\InstantDefines.inc} {$IFDEF MSWINDOWS} {$IFDEF D6+} --- 35,39 ---- uses Classes, ! {$I ../Core/InstantDefines.inc} {$IFDEF MSWINDOWS} {$IFDEF D6+} *************** *** 44,48 **** {$ENDIF} {$IFDEF LINUX} - {$I ../core/InstantDefines.inc} DesignIntf, DesignEditors, ClxStrEdit, {$ENDIF} --- 44,47 ---- Index: InstantDesignUtils.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantDesignUtils.pas,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** InstantDesignUtils.pas 21 Mar 2005 02:09:22 -0000 1.7 --- InstantDesignUtils.pas 21 Mar 2005 16:48:06 -0000 1.8 *************** *** 31,35 **** unit InstantDesignUtils; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantDesignUtils; ! {$I ../Core/InstantDefines.inc} interface Index: InstantUnitSelect.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantUnitSelect.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantUnitSelect.pas 11 Feb 2005 16:06:43 -0000 1.5 --- InstantUnitSelect.pas 21 Mar 2005 16:48:06 -0000 1.6 *************** *** 31,35 **** unit InstantUnitSelect; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantUnitSelect; ! {$I ../Core/InstantDefines.inc} interface Index: InstantClassEditor.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantClassEditor.pas,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** InstantClassEditor.pas 24 Feb 2005 00:14:37 -0000 1.6 --- InstantClassEditor.pas 21 Mar 2005 16:48:06 -0000 1.7 *************** *** 31,35 **** unit InstantClassEditor; ! {$I ..\Core\InstantDefines.inc} interface --- 31,35 ---- unit InstantClassEditor; ! {$I ../Core/InstantDefines.inc} interface |