Re: [OT] Re: Mixing Static and Dynamic Librararies, Multiple Definitions of Symbol, Two-Level Namespace
Re: [OT] Re: Mixing Static and Dynamic Librararies, Multiple Definitions of Symbol, Two-Level Namespace
- Subject: Re: [OT] Re: Mixing Static and Dynamic Librararies, Multiple Definitions of Symbol, Two-Level Namespace
- From: Chris Suter <email@hidden>
- Date: Thu, 2 Aug 2007 21:33:04 +1000
On 02/08/2007, at 9:27 PM, Alastair Houghton wrote:
If that doesn't suit, you need to tell your frameworks to link
against your application. I *think* you can use the "-
bundle_loader" flag for that, even if you're building a framework
rather than a plug-in.
I'm afraid it won't let you.
Another option is for you to use dlsym or objc_getClass or [[NSBundle
mainBundle] classNamed:]. (From a class you can get easily get access
to global variables).
- Chris
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden