zlib
How to I compress a tarball with gzip?
Hey, I was wondering if anyone knew how I could compress a tarball file with gzip. I checked out this already and compressed a tarball successfully, 开发者_开发技巧although I want to then compress tha[详细]
2023-02-10 12:14 分类:问答ZLib.lib(d000062.o) : warning LNK4078: multiple '.text' sections found with different attributes
I d开发者_Go百科ownloaded zlib from their website and I have the link warning from the title. I also compiled zlib and still have same warning. Do you know how may I fix this? I don\'t like warning of[详细]
2023-02-10 09:33 分类:问答Compiling boost with zlib
I\'m compiling boost with bjam under Windows 7 (64bit-should be irrelevant) D:\\development\\boost\\boost_1_44\\libs\\iostreams\\build>bjam stage ^[详细]
2023-02-09 21:36 分类:问答In-memory decompression with zlib
Can I 开发者_运维问答read a zlib compressed file in memory without actually extracting it to disk? It would be nice if you could provide a snippet.Here\'s a zLib inflate routine that takes a buffer in[详细]
2023-02-08 09:35 分类:问答using zlib with Visual Studio 2010
I tried to make a simple demo program that use 开发者_开发百科zlib to compress & decompress files, but when I link the file, Visual Studio 2010 linker gave me this error:[详细]
2023-02-08 05:01 分类:问答zLib inflate has empty result in some cases
My program processes PDF files and reads some streams out of them. There are also FlateEncoded streams in there. I use the \"inflate()\" method of zlib to decompress them.[详细]
2023-02-07 18:16 分类:问答When compressing and encrypting, should I compress first, or encrypt first? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently acc开发者_如何学Cepting answers.[详细]
2023-02-04 16:23 分类:问答zlib c++ and extracting files
I have started to use zlib 1.2.5 and I do not see any routine to extrac开发者_StackOverflowt from a zip file? I read about a minizip application, part of the distribution.[详细]
2023-02-04 02:53 分类:问答zlib c decompress
I\'m looking for a simple C Wrapper of zlib, to decompress a b开发者_运维技巧yte array. Anyone knows one ?By wrapper function, you probably mean some simpler to use, more self-contained functions?[详细]
2023-02-02 09:57 分类:问答C++ wrapper code to extract .zip file?
I want to unzip the .z开发者_StackOverflow中文版ip file. can anyone suggest me good C++ wrapper for it ?QuaZIP - Qt/C++ wrapper for ZIP/UNZIP packageCan\'t go wrong with zipios++For Qt/Embedded I have[详细]
2023-02-01 17:47 分类:问答