Re: Is ZLib available in Cocoa?
Re: Is ZLib available in Cocoa?
- Subject: Re: Is ZLib available in Cocoa?
- From: Scott Thompson <email@hidden>
- Date: Fri, 5 Oct 2007 08:07:36 -0500
On Oct 5, 2007, at 7:52 AM, Alexander Bokovikov wrote:
Hi, All,
I wonder how to use ZLib compression library in Cocoa? Is it
included into any framework already or should I seek for a special
ZLib Cocoa build or can I compile that C source which is available
around the Net?
zlib is included on the system as a dynamic link library at /usr/lib/
libz.dylib.
You can include it with your application, but you will have to get the
headers from an on-line source distribution.
The greatest danger with using the one on the operating system is that
it might change when Apple releases a new OS or an update.
If you consider that an unacceptable danger, then you can, of course,
compile zlib yourself from sources on the network and include it in
your application.
Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden