|
Post by dennis on Dec 3, 2007 9:46:37 GMT -5
After upgrading to 31032 when ever I try to compile the VCLZIP demo under Examples\Proj_32 (zipp.dpr) it errors out when using Delphi 7 or Delphi 2007. The errors are as follows [Error] Zip.pas(773): Incompatible types: 'Int64' and 'Integer' [Error] Zip.pas(1199): Incompatible types: 'Boolean' and 'TOEMConvert' [Error] Zip.pas(1221): Incompatible types: 'TOEMConvert' and 'Boolean'
Got any ideas how to get around these errors?
|
|
|
Post by Kevin on Dec 3, 2007 9:52:55 GMT -5
Hi Dennis,
I will take a look. The demo may need to be updated. I'll get back to you on that.
Thanks,
Kevin
|
|
|
Post by Kevin on Dec 3, 2007 12:20:36 GMT -5
Dennis,
I've sent you the current Demo project via email. Let me know if it works for you. If you don't have any problem with it then I'll post it to the website.
Thanks,
Kevin
|
|
|
Post by dennis on Dec 3, 2007 15:01:36 GMT -5
I was now able to compile and run the Demo in both Delphi 7 and with Delphi 2007.
Thank for great work.
|
|
|
Post by Kevin on Dec 3, 2007 16:08:01 GMT -5
Thanks Dennis, I have now updated that download. I will also be updating the BCB demo as well as the VCLZip component evaluation downloads very soon.
Kevin
|
|