Re: Unavailable Function Errors and Backwards Compatability
Re: Unavailable Function Errors and Backwards Compatability
- Subject: Re: Unavailable Function Errors and Backwards Compatability
- From: Laurence Harris <email@hidden>
- Date: Tue, 13 Mar 2007 23:47:45 -0400
On Mar 13, 2007, at 10:32 PM, David Alger wrote:
Hi List,
I have looked all over for this, but can't seem to find a way. I
want Xcode to emit an error when I try using functions that are not
available in 10.3.9 and earlier while at the same time compiling
against the 10.4u SDK. Is there a way to do this.
I have tried setting these defines…
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_3
#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_3
Why aren't you using MAC_OS_X_VERSION_10_4?
Larry
…all this does is get me a deprecated warning like such
/Users/davidalger/Software Engineering/Source Libraries/FFS
Registration/Driver/../FFSRegistration.cpp:499: warning:
'HIViewSetText' is deprecated (declared at /Developer/SDKs/
MacOSX10.4u.sdk/System/Library/Frameworks/Carbon.framework/
Frameworks/HIToolbox.framework/Headers/HIView.h:1205)
I can look for these to make sure I don't use anything that I can't
but, it would be nice to have an error instead. Also, would this be
considered a bug that it's showing as deprecated?
TIA,
David
--
David Alger,
Software Engineer
Family Friendly Software, LLC
http://www.familyfriendlysoftware.com
_______________________________________________
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
_______________________________________________
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