• 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: 10.4u sdk to 10.5 sdk OpenTransport.h file inclusion problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 10.4u sdk to 10.5 sdk OpenTransport.h file inclusion problem


  • Subject: Re: 10.4u sdk to 10.5 sdk OpenTransport.h file inclusion problem
  • From: Tommy Nordgren <email@hidden>
  • Date: Mon, 2 Mar 2009 18:51:29 +0100


On Mar 2, 2009, at 12:23 PM, Narayani M wrote:

I'm migrating my project from 10.4u to 10.5 sdk . I'm using Xcode 3.1. Some files use the variables and functions defined in OpenTransport.h. After migration, I get a error message saying "OTLock does not name a type". I tried including #include <OSServices/OpenTransport.h> in those files but i get a error message saying OpenTransport.h : No such file or directory.
I have the deployment target set to 10.5 as well. Has anyone faced this issue?


Any kind of help is appreciated.

Thanks,
Nryn.

OSServices is a sub-framework of CoreServices.framework. You should include the CoreServices master include file:


#include <CoreServices/CoreServices.h>
(or use #import )
------
What is a woman that you forsake her, and the hearth fire and the home acre,
to go with the old grey Widow Maker. --Kipling, harp song of the Dane women
Tommy Nordgren
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


References: 
 >10.4u sdk to 10.5 sdk OpenTransport.h file inclusion problem (From: "Narayani M" <email@hidden>)

  • Prev by Date: Re: Information request on DWARF dsym reader
  • Next by Date: Newbie needs help with an exercise from the Book Programming in Objective-C 2.0
  • Previous by thread: Re: 10.4u sdk to 10.5 sdk OpenTransport.h file inclusion problem
  • Next by thread: Re: variable viewing in gdb window
  • Index(es):
    • Date
    • Thread