Update of /cvsroot/instantobjects/Source/Brokers/FlashFiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2410 Modified Files: InstantFlashFiler.pas InstantFlashFilerConnectionDefEdit.dfm InstantFlashFilerConnectionDefEdit.pas Added Files: InstantFFReg.pas ioff50.cfg ioff50.res Log Message: Updated by femfad - Compatibility with D5 Pro. Created D5 folder for the packages. Index: InstantFlashFilerConnectionDefEdit.dfm =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/FlashFiler/InstantFlashFilerConnectionDefEdit.dfm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantFlashFilerConnectionDefEdit.dfm 29 Jul 2004 20:43:14 -0000 1.2 --- InstantFlashFilerConnectionDefEdit.dfm 17 Feb 2005 05:24:34 -0000 1.3 *************** *** 86,92 **** BevelOuter = bvNone TabOrder = 1 - DesignSize = ( - 362 - 35) object OkButton: TButton Left = 204 --- 86,89 ---- Index: InstantFlashFilerConnectionDefEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/FlashFiler/InstantFlashFilerConnectionDefEdit.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantFlashFilerConnectionDefEdit.pas 29 Jul 2004 20:43:14 -0000 1.2 --- InstantFlashFilerConnectionDefEdit.pas 17 Feb 2005 05:24:34 -0000 1.3 *************** *** 65,69 **** uses ! FFDB, FileCtrl; {$R *.DFM} --- 65,69 ---- uses ! FFDB, FileCtrl, InstantPersistence, InstantClasses; {$R *.DFM} --- NEW FILE: InstantFFReg.pas --- (* * InstantObjects * ADS Support *) (* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is: Seleqt InstantObjects * * The Initial Developer of the Original Code is: Seleqt * * Portions created by the Initial Developer are Copyright (C) 2001-2003 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * ***** END LICENSE BLOCK ***** *) unit InstantFFReg; {$IFNDEF VER130} {$WARN SYMBOL_PLATFORM OFF} {$ENDIF} interface procedure Register; implementation uses Classes, InstantFlashFiler; procedure Register; begin RegisterComponents('InstantObjects', [TInstantFlashFilerConnector]); end; end. Index: InstantFlashFiler.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/FlashFiler/InstantFlashFiler.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantFlashFiler.pas 16 Sep 2004 11:33:37 -0000 1.3 --- InstantFlashFiler.pas 17 Feb 2005 05:24:34 -0000 1.4 *************** *** 212,216 **** const FieldTypes: array[TInstantDataType] of TFieldType = ! (ftInteger, ftFloat, ftBoolean, ftString, ftMemo, ftDateTime, ftBlob); var I: Integer; --- 212,216 ---- const FieldTypes: array[TInstantDataType] of TFieldType = ! (ftInteger, ftFloat, ftBCD, ftBoolean, ftString, ftMemo, ftDateTime, ftBlob); var I: Integer; --- NEW FILE: ioff50.res --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ioff50.cfg --- -$A+ -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J+ -$K- -$L+ -$M- -$N+ -$O+ -$P+ -$Q- -$R- -$S- -$T- -$U- -$V+ -$W- -$X+ -$YD -$Z1 -cg -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; -H+ -W+ -M -$M16384,1048576 -K$00400000 -LE"c:\borland\delphi5\Projects\Bpl" -LN"c:\borland\delphi5\Projects\Bpl" -U"c:\borland\delphi5\3rdparty\TurboPower\Flashfiler\source" -O"c:\borland\delphi5\3rdparty\TurboPower\Flashfiler\source" -I"c:\borland\delphi5\3rdparty\TurboPower\Flashfiler\source" -R"c:\borland\delphi5\3rdparty\TurboPower\Flashfiler\source" -Z |