FROM : Dragan Mili?
DATE : Wed Jul 26 08:29:44 2006
On uto 25. 07. 2006., at 21:24, Mike Abdullah wrote:
> I am wanting to implement in my app the ability to create
> standard .zip archives. I have looked through the list archives
> and read various things on the internet, but I'm rather confused :(
Hi.
Small and simple C library (open source, see code to figure out how
to use it). Probably completely sufficient for most needs:
http://www.winimage.com/zLibDll/unzip101e.zip
More info on it:
http://www.winimage.com/zLibDll/minizip.html
Much bigger, but more powerful C++ library (also open code, but fully
documented):
http://www.artpol-software.com/downloads/ziparch_full.zip
More info (including licensing) on it:
http://www.artpol-software.com/zipdoc/Zip.aspx
Both libraries rely on zlib library for compression (deflate), so you
need to link your code against libz.dylib, already pre-installed with
Mac OS X.
I've used both libraries successfully in the past.
Regards,
Milke
DATE : Wed Jul 26 08:29:44 2006
On uto 25. 07. 2006., at 21:24, Mike Abdullah wrote:
> I am wanting to implement in my app the ability to create
> standard .zip archives. I have looked through the list archives
> and read various things on the internet, but I'm rather confused :(
Hi.
Small and simple C library (open source, see code to figure out how
to use it). Probably completely sufficient for most needs:
http://www.winimage.com/zLibDll/unzip101e.zip
More info on it:
http://www.winimage.com/zLibDll/minizip.html
Much bigger, but more powerful C++ library (also open code, but fully
documented):
http://www.artpol-software.com/downloads/ziparch_full.zip
More info (including licensing) on it:
http://www.artpol-software.com/zipdoc/Zip.aspx
Both libraries rely on zlib library for compression (deflate), so you
need to link your code against libz.dylib, already pre-installed with
Mac OS X.
I've used both libraries successfully in the past.
Regards,
Milke
| Related mails | Author | Date |
|---|---|---|
| Mike Abdullah | Jul 25, 21:24 | |
| Alan Smith | Jul 25, 21:35 | |
| Scott Thompson | Jul 25, 21:38 | |
| I. Savant | Jul 25, 21:39 | |
| Nick Zitzmann | Jul 25, 22:08 | |
| I. Savant | Jul 25, 22:19 | |
| Joshua Scott Emmon… | Jul 25, 22:31 | |
| Nir Soffer | Jul 25, 22:51 | |
| Matt Mashyna | Jul 26, 00:24 | |
| Michael Hall | Jul 26, 00:44 | |
| Ryan Britton | Jul 26, 01:02 | |
| Dragan Mili? | Jul 26, 08:29 | |
| Mike Abdullah | Jul 26, 13:44 |






Cocoa mail archive

