Re: Frameworks in Bundles
Re: Frameworks in Bundles
- Subject: Re: Frameworks in Bundles
- From: Rosyna <email@hidden>
- Date: Fri, 29 Mar 2002 17:44:12 -0700
Have any ideas on how to manually load a framework? This seems like a
huge, huge problem (aside from being unable to unload NSBunldes)
Ack, at 3/29/02, Matthew Formica said:
Unfortunately, the @executable_path magic doesn't work for bundles; so dyld
can't find the frameworks the bundle is linked against - @executable_path
*always* refers to the application executable, and the path you specified
isn't relative to that. You'll have to have your bundles explicitly load
any frameworks they need, along with symbols from said frameworks, yourself,
or put the frameworks in a "well known" location, or put the frameworks that
the bundle needs in the Frameworks directory of the launching application.
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insanely Great People
---
Please include any previous correspondence in replies, it helps me
remember what we were talking about. Thanks.
_______________________________________________
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.