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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]