Re: Initialize Cocoa/ObjC from a dynamically-loaded bundle?
Re: Initialize Cocoa/ObjC from a dynamically-loaded bundle?
- Subject: Re: Initialize Cocoa/ObjC from a dynamically-loaded bundle?
- From: Cheng Wei <email@hidden>
- Date: Sat, 31 Jan 2004 14:25:18 -0800
NSApplicationLoad();
Unfortunately, this is in Cocoa.framework. I can't even load a
plug-in that links to Cocoa.framework for some reason.
check out Apple cocoa spelling check sample code.
you can manually load cocoa frame work, find NSApplicationLoad() symbol
and call it.
http://developer.apple.com/samplecode/Sample_Code/OS_Utilities/
SpellingChecker-CarbonCocoa.htm
http://developer.apple.com/documentation/Cocoa/Conceptual/
CarbonCocoaDoc/index.html?
http://developer.apple.com/documentation/
Cocoa/Conceptual/CarbonCocoaDoc/cci_chap1/chapter_1_section_1.html#//
apple_ref/doc/uid/20001514
_______________________________________________
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.