Re: Header/library version mismatches
Re: Header/library version mismatches
- Subject: Re: Header/library version mismatches
- From: "Alexey Proskuryakov" <email@hidden>
- Date: Mon, 22 Aug 2005 20:41:15 +0400
On Mon, 22 Aug 2005 16:33:34 +0100 Finlay Dobbie <email@hidden>
wrote:
The headers are now slightly older than actual libraries, but match the
ones in SDK - sounds fine... What are the failing sanity checks?
ZLIB_VERSION != zlibVersion(), etc.
That's just a buggy sanity check (even assuming you meant strcmp) - below
is a description of a correct one, taken from zlib.h:
/* The application can compare zlibVersion and ZLIB_VERSION for consistency.
If the first character differs, the library code actually used is
not compatible with the zlib.h header file used by the application.
This check is automatically made by deflateInit and inflateInit.
*/
- WBR, Alexey Proskuryakov
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden