zoran
New Member
Posts: 3
|
Post by zoran on Jul 30, 2005 8:27:29 GMT -5
Hi Kevin Just loaded the latest version. Install doesn't show D2005 choice (only D1-D7, + BCB). All unzipped files show 1/16/2005 2:23 AM timestamp. Should D2005 users patch D7 version (create new package, change kpdefs.inc)? Or is this a wrong file? It was downloaded from vclzip.bizland.com/src30532.zipThanks
|
|
|
Post by Kevin on Aug 7, 2005 20:18:23 GMT -5
I'm sorry, I just got back from a week in the mountains where I had no access to the internet. That was actually quite nice. Now that I am back and rested, I will get 3.05 updated to include D2005 but in the mean time, just do the following: 1. Choose the D7 option during installation 2. Add the following block of conditionals to the KPDEFS.INC file: {$IFDEF VER170} { Delphi 2005} {$DEFINE DELPHI_BCB_3} {$DEFINE HAS_64_BIT_INT} {$WARN SYMBOL_PLATFORM OFF} {$WARN UNIT_PLATFORM OFF} {$DEFINE INT64STREAMS} {$DEFINE ISDELPHI4} {$DEFINE ISDELPHI5} {$DEFINE ISDELPHI6} {$DEFINE ISDELPHI7} {$DEFINE ISDELPHI2005} {$DEFINE ISDELPHI} {$DEFINE ISCLX} {$ENDIF} 3. Create and compile a NEW package to replace the D7 package. VCLZip.pas, VCLUnZip.pas and kpSFXCfg.pas should be included in the package.
|
|