• 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: dylib (libz) access and use?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dylib (libz) access and use?


  • Subject: Re: dylib (libz) access and use?
  • From: "Bill Northcott" <email@hidden>
  • Date: Wed, 3 Sep 2003 11:58:01 +1000

> > 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?

> 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.

Bill Northcott
_______________________________________________
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.

  • Prev by Date: Re: Selector runs only once
  • Next by Date: Re: C again
  • Previous by thread: Re: dylib (libz) access and use?
  • Next by thread: Re: dylib (libz) access and use?
  • Index(es):
    • Date
    • Thread