hi
tanks for your awesome library.
it will be great, if QuaZIP Supports msvc2015
i tested with qt5.9 and mingw32 and it works bu not works with msvc2015
after a long time i spent for building ,building process was successfuly at end,it was deficault :)
first download zlib
then build zlib in VS2015 (zlibwapi.dll)
after download quazip and run .pro file from quazip directory
in .pro file i referenced zlib include and zlibwapi then added DEFINES+=ZLIB_WINAPI
and then build was succesfuly
the problem was in zlib version(zlib1211) but when i changed to older versions, it worked!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What do you mean by not working? It should work fine with almost any platform supported by Qt and zlib. Building it can be a pain, though.
after a long time i spent for building ,building process was successfuly at end,it was deficault :)
first download zlib
then build zlib in VS2015 (zlibwapi.dll)
after download quazip and run .pro file from quazip directory
in .pro file i referenced zlib include and zlibwapi then added DEFINES+=ZLIB_WINAPI
and then build was succesfuly
the problem was in zlib version(zlib1211) but when i changed to older versions, it worked!
Diff: