Questions tagged [quazip]

`QuaZIP` is a simple `C++` wrapper over Gilles Vollant's ZIP/UNZIP package that can be used to access ZIP archives. It uses the `Qt toolkit`.

QuaZIP is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Trolltech's Qt library.

It provides an abstraction of the ZIP/UNZIP API for reading writing ZIP archives and allow you to access files inside ZIP archives using QIODevice API.

47 questions
0
votes
1 answer

Qt: Building quazip/zlib Library error

I am statically building the quazip library as mentioned in the following post: linking QuaZip with Qt 4.8.0 into project I get these error when I build the project: /QtSDK/QtSources/4.8.0/src/3rdparty/zlib/zconf.h:373:6: error:…
ssk
  • 9,045
  • 26
  • 96
  • 169
-1
votes
1 answer

Link dll against static build of QuaZip using Qt5.12 in VS2017

I'm trying to link a .dll against a static builld of QuaZip library to get rid of the quazip.dll dependency at runtine. Since I've ran into a dependency conflict at production because a customer is using other third party applications in the same…
odd
  • 1
  • 4
1 2 3
4