When adding Cocoa classes I get a lot of compile errors automatically
When adding Cocoa classes I get a lot of compile errors automatically
- Subject: When adding Cocoa classes I get a lot of compile errors automatically
- From: "Jason T. Slack-Moehrle" <email@hidden>
- Date: Mon, 03 Jan 2011 13:05:14 -0800
Hello,
Is there special changes to my project that I need to make settings wise to integrate Cocoa and Carbon?
When I add a Cocoa class to my target I immediately get 9300 compiler errors and there is nothing in the class. Simple File - New File and then create a simple class.
I do have the Cocoa framework added and in my pch I am using
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
What about this integration am I missing. I have never done it before, just read articles about it. The code base is Windows and Carbon at this point.
10.6, targeting 10.4u, 32bit app.
-Jason
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden