Re: Loading a .nib?
Re: Loading a .nib?
- Subject: Re: Loading a .nib?
- From: Uli Kusterer <email@hidden>
- Date: Sat, 3 May 2008 12:59:05 +0200
Am 03.05.2008 um 03:19 schrieb Graham Cox:
One thing to clarify about Carbon vs. Cocoa - while Cocoa itself is
unavailable, you can of course use Core Foundation. However
everything in Carbon is lower level and generally more work than
Cocoa, so be prepared ;-)
Cocoa unavailable? What? You can mix-and-match Carbon and Cocoa in
the same application. Call NSApplicationLoad(), catch Cocoa exceptions
so they don't get thrown into Carbon code and vice versa (if you're
using longjmp or throwing C++ exceptions), and you can essentially
have Cocoa and Carbon windows in the same app.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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