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: Wed, 3 Sep 2003 16:47:12 -0700
On Tuesday, Sep 2, 2003, at 18:58 US/Pacific, Bill Northcott wrote:
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/
You need to add the library and the header file /usr/include/zlib.h to
your project. Just pick the functions out of the header.
Actually, the header file is already in the search path. You don't
have to include the <stdio.h> header in your project when you use it,
either.
_______________________________________________
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.