|
Post by Tony Caduto on Nov 28, 2004 19:23:32 GMT -5
Kevin, will you be releasing updated packages for VCLzip lite for Delphi 2005?
Thanks,
Tony
|
|
|
Post by Kevin on Nov 29, 2004 8:16:34 GMT -5
I definitely plan to for VCLZip Pro. Not sure yet about VCLZip Lite.
Kevin
|
|
|
Post by Jon Lloyd on Dec 17, 2004 9:05:24 GMT -5
Hi Kevin, Do you have an approxiamte date for the release for D2005?
Jon Lloyd
|
|
|
Post by Kevin on Dec 17, 2004 16:44:43 GMT -5
I do not have D2005 yet, but a very good customer let me know that he got VCLZip Pro to work with it with no modifications to the code except to add an ifdef ver170 directive in KPDEFS.PAS, I think something like the following should work - let me know how it goes:
{$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}
|
|
|
Post by Gary Jones on Apr 20, 2005 10:13:29 GMT -5
Any update to the release for D2005?
Thanks
|
|
|
Post by Kevin on Apr 20, 2005 13:24:18 GMT -5
The above works for sure if you have the registered version. I now have D2005 but haven't had a chance to create a demo for D2005 yet.
Kevin
|
|