• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Is ZLib available in Cocoa?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Is ZLib available in Cocoa?
      • From: "Alexander Bokovikov" <email@hidden>
References: 
 >Is ZLib available in Cocoa? (From: "Alexander Bokovikov" <email@hidden>)

  • Prev by Date: Is ZLib available in Cocoa?
  • Next by Date: Re: multiple methods named 'xxx' found.
  • Previous by thread: Is ZLib available in Cocoa?
  • Next by thread: Re: Is ZLib available in Cocoa?
  • Index(es):
    • Date
    • Thread