• 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
Unavailable Function Errors and Backwards Compatability
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Unavailable Function Errors and Backwards Compatability


  • Subject: Unavailable Function Errors and Backwards Compatability
  • From: David Alger <email@hidden>
  • Date: Tue, 13 Mar 2007 21:32:59 -0500

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

…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

  • Follow-Ups:
    • Re: Unavailable Function Errors and Backwards Compatability
      • From: "Sean McBride" <email@hidden>
    • Re: Unavailable Function Errors and Backwards Compatability
      • From: Laurence Harris <email@hidden>
  • Prev by Date: newbie debugging problem-- no variables
  • Next by Date: Re: Unavailable Function Errors and Backwards Compatability
  • Previous by thread: newbie debugging problem-- no variables
  • Next by thread: Re: Unavailable Function Errors and Backwards Compatability
  • Index(es):
    • Date
    • Thread