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

旧街凉风 提交于 2019-12-23 09:33:21

问题


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?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/8291465/free-c-c-based-zip-zip64-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!