Re: APIs to work with zip archives
Re: APIs to work with zip archives
- Subject: Re: APIs to work with zip archives
- From: Michael Hall <email@hidden>
- Date: Fri, 12 Aug 2005 22:02:37 -0500
On Aug 12, 2005, at 9:32 PM, Dustin Voss wrote:
I don't know if it'll work with whatever zip format you are using,
but there is some code zlib (or libz, whatever) at http://
cocoadev.com/index.pl?NSDataCategory.
zlib, meaning you would need zlib to link against. I don't have the /
usr/lib/zlib.dylib mentioned on the page. There are some of the
mystery libz's as dylib's. But the code looks to be zlib and you
could probably build a dylib for that without too much of a problem.
I did a Mac classical java JDirect port once. More true to zlib than
the java.util.zip classes I thought, it was able to correctly run the
10 examples that zlib provided anyhow. Compiling the 'C' was pretty
straight forward as I remember and that was Mac OS.
These...
http://www.zlib.org
http://www.gzip.org/zlib/
from the zlib man pages that I must of picked up somewhere. I'm not
sure they were installed with the OS though, possibly something later.
Anyhow, if you need to compile the dylib would probably be the place
to start for that.
Mike Hall email@hidden
http://www.spacestar.net/users/mikehall
http://sourceforge.net/projects/macnative
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden