Hi Mindaugas,

----- Original Message ----- From: "Mindaugas Kavaliauskas" <[EMAIL PROTECTED]>
To: "Harbour Project Main Developer List." <harbour@harbour-project.org>
Sent: Friday, March 14, 2008 3:55 PM
Subject: Re: [Harbour] hbzlib error




I haven't noticed it before, but I can reproduce the problem now. File zipped with myzip.exe and unzipped with myunzip.exe becomes corrupted (shorter, in my case 606208 bytes instead of original 623616). The problem is with zip, but not unzip (3rd party software gives error, trying to unzip files made by myzip.exe).

I've traced main loop of hb_zipStoreFile():
  while ( ( ulLen = hb_fsReadLarge( hFile, pString, 1024 * 16 ) ) > 0 )
  {
     zipWriteInFileInZip( hZip, pString, ulLen );
  }
  zipCloseFileInZip( hZip );

I found no problem, i.e., all file is buffered into zip, and zipWriteInFileInZip() and zipCloseFileInZip() return no error.

Looks like bug in minizip code. I'll try to find a problem in spare time.


Yes, exactly.
Thank you, I hope you will find the time.
Could you find time also to see if it is possible to build a static lib without needs of external dll ?

Best regards

Francesco


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to