Re: zlib in 10.4 and 10.5

2008-06-22 Thread Jason Coco
Yes... everything since OS X 10.4.3 uses zlib 1.2.3... but even before that, everything used 1.2.x. zlib has been very stable for a very long time so you won't really run into any issues... /j On Jun 22, 2008, at 06:41 , Trygve Inda wrote: No. The library will return Z_VERSION_ERROR if y

Re: zlib in 10.4 and 10.5

2008-06-22 Thread Trygve Inda
> No. The library will return Z_VERSION_ERROR if you try to > inflate something that the working zlib library doesn't understand. > > That said, zlib has been stable for years. If you're just now > getting started with compression, you should't have version > problems (that you can't manage). Ar

Re: zlib in 10.4 and 10.5

2008-06-08 Thread James Bucanek
Trygve Inda wrote (Sunday, June 8, 2008 1:25 AM -): Is zlib in all versions of 10.4 and 10.5? Yes. I use zlib extensively in my application, which runs on 10.4 and 10.5. Will any version of zlib always uncompress something created with a different version?