Re: Converting CW Projects To XCode
Re: Converting CW Projects To XCode
- Subject: Re: Converting CW Projects To XCode
- From: Scott Ribe <email@hidden>
- Date: Fri, 21 Jul 2006 09:54:39 -0600
- Thread-topic: Converting CW Projects To XCode
> Something that immediately occurred when I switched to Mach-O format is that
> CW keeps giving me an error that it cannot find #include"Carbon/Carbon.h". I
> believe this should be avilable through adding vol/system/library/frameworks
> and including the Carbon framework. Is this not correct?
Add the Carbon framework, and include <Carbon/Carbon.h>. XCode does not
treat system framework headers as user headers, so "Carbon/Carbon.h" does
not work. There may be a preference to always search user include paths or
something like that, but why bother? And I have no problem including Carbon
in my precompiled header...
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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