• 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
Re: XCode 3 - SDK discrepencies ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode 3 - SDK discrepencies ?


  • Subject: Re: XCode 3 - SDK discrepencies ?
  • From: "Clark Cox" <email@hidden>
  • Date: Sat, 21 Jun 2008 14:37:58 -0700

On Sat, Jun 21, 2008 at 6:39 AM, turbo3d <email@hidden> wrote:
> in  MacOSX10.4u.sdk   OSServices.h  says
> #include <OSServices/OpenTransport.h>  with no conditions
> in  MacOSX10.5u.sdk   OSServices.h  says
> #if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4
> #include <OSServices/OpenTransport.h>
> ...
> #endif
> So,  as far as OpenTransport is concerned :
> targeting 10.4 and using MacOSX10.4u.sdk   is  OK
> but
>  targeting 10.4 and using MacOSX10.5u.sdk  does not support OpenTransport.
> What is the reason of this ?
> Thanks
> JP

Looking through the OpenTransport.h header, it appears that every OT
function that is still available in OSX was deprecated as of 10.4, so
it's no surprise that the 10.5 SDK doesn't #include it by default. It
appears that you could include <OSServices/OpenTransport.h> yourself
in your code.

(Note, I haven't tried this, as it has been nearly a decade since I've
actually used any of the OpenTransport APIs)

--
Clark S. Cox III
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

  • Follow-Ups:
    • Re: XCode 3 - SDK discrepencies ?
      • From: Jean-Daniel Dupas <email@hidden>
References: 
 >XCode 3 - SDK discrepencies ? (From: turbo3d <email@hidden>)

  • Prev by Date: Re: Interface Builder popularity w/ Cocoa Developers
  • Next by Date: Re: XCode 3 - SDK discrepencies ?
  • Previous by thread: Re: XCode 3 - SDK discrepencies ?
  • Next by thread: Re: XCode 3 - SDK discrepencies ?
  • Index(es):
    • Date
    • Thread