Menu

#21 support win32-msvc2015(Qt 5.9)

closed
None
5
2017-09-24
2017-09-23
Mahmoud
No

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

Discussion

  • Sergey A. Tachenov

    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.

     
  • Mahmoud

    Mahmoud - 2017-09-24

    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!

     
  • Sergey A. Tachenov

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     hi
     tanks for your awesome library.
     it will be great, if QuaZIP Supports msvc2015 
    
    • status: open --> closed