Re: Window not displaying in 10.3, but does in 10.4
Re: Window not displaying in 10.3, but does in 10.4
- Subject: Re: Window not displaying in 10.3, but does in 10.4
- From: "Sean McBride" <email@hidden>
- Date: Thu, 7 Jul 2005 11:39:14 -0400
- Organization: Rogue Research
On 2005-07-07 12:59, Theodore H. Smith said:
>This brings me to an interesting point. I tried setting
>MAC_OS_X_VERSION_MAX_ALLOWED to 1020, and setting
>MAC_OS_X_VERSION_MIN_REQUIRED to 1020. I get this compile error:
>
>/System/Library/Frameworks/Foundation.framework/Headers/
>NSDateFormatter.h:13: error: expected `;' before "_formatter"
>
>This happens, because in CFDateFormatter.h
>
>there is this code:
>
>#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3
>...
>typedef struct __CFDateFormatter *CFDateFormatterRef;
>...
>#endif
>
>It kind of spoils the fun of the availability macros.
Some of the 10.3 headers are broken and don't build depending on those
defines. The 10.4 headers are fixed though.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden