Re: Frameworks in Bundles
Re: Frameworks in Bundles
- Subject: Re: Frameworks in Bundles
- From: Douglas Davidson <email@hidden>
- Date: Mon, 1 Apr 2002 13:49:40 -0800
On Friday, March 29, 2002, at 04:44 PM, Rosyna wrote:
Have any ideas on how to manually load a framework? This seems like a
huge, huge problem (aside from being unable to unload NSBunldes)
A framework is a bundle, and it can be manually loaded with NSBundle,
like other bundles. Basically, NSBundle and CFBundle support loading if
and only if the underlying executable format supports it; so you can
load an NSBundle if the underlying executable is an MH_DYLIB (for a
framework bundle) or an MH_BUNDLE (for a loadable bundle) but not if it
is an MH_EXECUTE (for an application).
Douglas Davidson
_______________________________________________
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.