Free C/C++ based zip/zip64 library?

2019-06-20 18:25发布

After having false starts with poco's zip and minizip (both have issues, minizip can't decompress files larger than 2gb and poco zip corrupts any zip file larger than 2 gigs it compresses) I was wondering if there was anything else left?

So any suggestions for a C++ archive library that can handle zip AND zip64?

2条回答
迷人小祖宗
2楼-- · 2019-06-20 18:50

7-zip handles both, as far as I could tell from a quick glance at their source code. It's also LGPL, which should allow its use in a closed source app.

查看更多
放荡不羁爱自由
3楼-- · 2019-06-20 18:50

Well there is the all-around very proven ZLIB : http://zlib.net/

查看更多
登录 后发表回答