Re: Using Carbon in Cocoa App
Re: Using Carbon in Cocoa App
- Subject: Re: Using Carbon in Cocoa App
- From: "Elias." <email@hidden>
- Date: Wed, 17 Apr 2002 15:12:58 -0300
On Wednesday, April 17, 2002, at 10:51 am, Brian Webster wrote:
I have a C++ framework which depends on Carbon. Can I just
import the Carbon framework into a Cocoa App and link to it -
what else would I need to do ?
Nothing else, that's all you need to do. Cocoa actually links
to Carbon anyway, but you should link your app with it
explicitly as well.
That was what I thought - but the 3rd party framework complains
(491 errors) - seems not to see that Carbon is there...it works
(11 warnings) if I make a Carbon app instead <sigh>...
Elias.
"History is philosophy teaching by examples" - Dionysius
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.