Robert Meek wrote:
> versions, however in this case the one and only problem is that it
> requires 'Dsgnintf' after ver 6 of Delphi. Before that it requires
> 'designide'.
If you are using version 2.07 packages for D6 and D7 are available yet.
I installed TPLockbox in D2006, her are my steps:
Add these lines to Lockbox.inc, defines VERSION9 and VERSION10
are not needed however won't hurt.
{$IFDEF VER170} { Delphi 9 }
{$DEFINE VERSION6} { Version 6 or greater }
{$DEFINE VERSION7}
{$DEFINE VERSION9}
{$IFDEF BCB}
{$DEFINE CBuilder}
{$ObjExportAll On}
{$ENDIF}
{$ENDIF}
{$IFDEF VER180} { Delphi 10 }
{$DEFINE VERSION6} { Version 6 or greater }
{$DEFINE VERSION7}
{$DEFINE VERSION9}
{$DEFINE VERSION10}
{$IFDEF BCB}
{$DEFINE CBuilder}
{$ObjExportAll On}
{$ENDIF}
{$ENDIF}
Open the run-time package L207_r70.dpk in notepad and change any
occurrence of "70" to "110", save as L207_r110.dpk.
Open the design-time package L207vd70.dpk in notepad and change
any occurrence of "70" to "110", save as L207vd110.dpk.
Then build L207_r110.dpk and install L207vd110.dpk, save changes.
--
Arno Garrels
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi