[Zlib-devel] minizip not working in zlib-1.2.8
vvv jjj
vvvjjj0 at yahoo.co.in
Mon May 20 13:56:46 EDT 2013
Hi
This is a issue regrading minizip. Let me know if I sent to wrong mail.
I compiled minizip.c
in the zlib 1.2.8 project in windows 7 using Visual studio 2008. When I
tried to zip a file using the generated minizip.exe, the output file is
not correct. Got a zip file which could not be unzipped. When I tried to check the unzip with 7z binary it is listing the files in the project.
When I debugged the code, I found that the MySetFilePointerEx is always
using current position and due to this we are getting the issue.
The same stuff worked fine with zlib 1.2.5 as it is using SetFilePointer API directly with correct file position.
Let me know if I missed anything or is there any bug in 1.2.8.
Thanks
J.Viswanath
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20130521/9ca40b04/attachment.html>
More information about the Zlib-devel
mailing list