Than Arno, That did the trick. from Robert Meek dba "Tangentals Design" e-mail: [EMAIL PROTECTED] Freelance Windows Programming for XP and Vista Also proud to be a Moderator of the "Delphi-List" at elists.org
"Reality cannot be explained...only enjoyed or endured as your current perspective allows!" 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 -> Delphi@elists.org http://www.elists.org/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> Delphi@elists.org http://www.elists.org/mailman/listinfo/delphi