I'd like to create an uncompressed zip file using Quazip
Moved
Unsolved
3rd Party Software
-
Hi, I'd like to create an uncompressed zip file using Quazip. What kind of API should I use?
I thought that it was QuaZipFile, but the following error will appear.”QuaZipFile::open(): write mode is incompatible with internal QuaZip approach”
-
Hi,
That's a question better asked to the author of that library.
-
QuaZipFile
is a file inside the zip, not the zip file itselfSee https://stackoverflow.com/questions/2598117/zipping-a-folder-file-using-qt/2598649#2598649 for an example (in
outFile.open()
you'll have to pass 3 more arguments, all of them 0 to have no compression) or use the easier, more maintained KArchive library instead