Re: 10.4u sdk to 10.5 sdk OpenTransport.h file inclusion problem
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