Nick
17-Sep-2009, 01:44 PM
Hi Eurekalog team,
First off congrats on releasing 6.0.21. It's great to be able to get Eurekalog going in Delphi 2010 :)
As you may know, I am running a slightly customised version of Eureklog that has some changes Paul Healey made for FogBugz as well as my own for compatibility with FogBugz v7. Because of this I was a bit hesitant in sending this through, but I have checked and double check the customized code and I'm fairly certain it is not the cause of the problem.
The problem appears to be with EZlib2.pas in the function CreateZipFile. I'm not sure why, but the call to zipOpen(ZipFile, 0) returns 0. I have tested 6.0.20 in Delphi 2007 and zipOpen returns a handle. I have tested 6.0.21 in both Delphi 2007 and Delphi 2010 and in both cases it returns 0. My OS is Windows 7, but I have run a test app on Windows XP and it does not create a Zip file either.
Hope I've been clear enough for you to be able replicate.
Cheers,
Nick Barrett
First off congrats on releasing 6.0.21. It's great to be able to get Eurekalog going in Delphi 2010 :)
As you may know, I am running a slightly customised version of Eureklog that has some changes Paul Healey made for FogBugz as well as my own for compatibility with FogBugz v7. Because of this I was a bit hesitant in sending this through, but I have checked and double check the customized code and I'm fairly certain it is not the cause of the problem.
The problem appears to be with EZlib2.pas in the function CreateZipFile. I'm not sure why, but the call to zipOpen(ZipFile, 0) returns 0. I have tested 6.0.20 in Delphi 2007 and zipOpen returns a handle. I have tested 6.0.21 in both Delphi 2007 and Delphi 2010 and in both cases it returns 0. My OS is Windows 7, but I have run a test app on Windows XP and it does not create a Zip file either.
Hope I've been clear enough for you to be able replicate.
Cheers,
Nick Barrett