Re: Cocoa<->Carbon troubles
Re: Cocoa<->Carbon troubles
- Subject: Re: Cocoa<->Carbon troubles
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 21 Jul 2004 13:52:59 -0600
On Jul 21, 2004, at 1:39 PM, Tomas Zahradnicky wrote:
I'd like to get advised on how to:
a) have Cocoa/AppKit initialized (I assume I cannot call
NSApplicationMain(argc,argv) to not let underlying app go mad )
Did you try NSApplicationLoad()? You need to call that before most of
the stuff in AppKit will work if you're not using NSApplicationMain()
to launch the application.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
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.