Re: dylib (libz) access and use?
Re: dylib (libz) access and use?
- Subject: Re: dylib (libz) access and use?
- From: Dietrich Epp <email@hidden>
- Date: Mon, 1 Sep 2003 21:18:39 -0700
Just add the library to your project, then you can use the functions in
<zlib.h>.
IIRC, the header file is heavily documented. Additional information is
at:
http://www.gzip.org/zlib/
On Monday, Sep 1, 2003, at 18:38 US/Pacific, Ben Dougall wrote:
could anyone explain, or give a pointer that'll explain, how to go
about making use of a dylib, specifically libz.dylib in /usr/lib
please? i wish to use it to decompress some data that's in flate
compression. how do i technically allow my code to make use of it? and
how do i find out what its commands / functions are and the formats it
expects and can handle?
any info much apprecaited.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.