[delphizip] Re: Updated DLL Source

  • From: "Eric Engler" <englere@xxxxxxxxxxx>
  • To: <delphizip@xxxxxxxxxxxxx>
  • Date: Sat, 30 Mar 2002 11:19:17 -0500

I've always used packing to 1 byte boundaries for struct's.
Isn't this what is used in the BCB version? We have used the
same DLLs in the past without any problems.

Or are you reffing to something else?

Eric

-----Original Message-----
From: delphizip-bounce@xxxxxxxxxxxxx
[mailto:delphizip-bounce@xxxxxxxxxxxxx]On Behalf Of Russell Peters
Sent: Saturday, March 30, 2002 12:55 AM
To: delphizip@xxxxxxxxxxxxx
Subject: [delphizip] Re: Updated DLL Source


Some notes on ported source.
If you intend the new dll's to work with the existing ZipBuilder you will
have to keep to the existing structure alignment ( for the structures
defined in ZipBuilder's zipdll.h and unzipdll.h)
and function signatures (for exported functions).
In theory all is can be changed.
- Russell
----- Original Message -----
From: "Eric Engler" <englere@xxxxxxxxxxx>
To: <delphizip@xxxxxxxxxxxxx>
Sent: Friday, March 29, 2002 10:52 AM
Subject: [delphizip] Updated DLL Source


> I have spent several days this week trying to finish
> the VC++ port of the DLLs.
>
> I have fixed the compile errors, but there's still some
> VC++ setting that is apparently not right. Both DLLs
> hang as soon as they're called.
>
> I've posted this code (which includes all related project
> files) in the hope that someone can help me determine what
> isn't right. It's on my web site in file betadllsrc.zip.
>
> This will not be easy - I've compared all the settings to
> the last version I had for VC++ (Delphi Zip 1.40 used VC++
> DLLs) but I can't find the cause of the problem.
>
> This code does not have the new match code posted here
> recently. I was going to get the DLLs working before
> changing the code any more.
>
> Eric
>
>




Other related posts: