Re: dylib clarification
Re: dylib clarification
- Subject: Re: dylib clarification
- From: Douglas Davidson <email@hidden>
- Date: Tue, 11 Jan 2011 09:30:51 -0800
On Jan 11, 2011, at 9:26 AM, Brad Garton wrote:
> Searching through the archives (always kind of fultie, I think...) I can't see an obvious answer. I'm updating some older code, and XCode doesn't like my happy NSLinkModule loading scheme any more. Which is now preference, dlopen or CFBundleLoadExecutable for handling DLLs?
If the executable you are trying to load is bundled, then CFBundleLoadExecutable will probably be more convenient. If not, then it may be easier to use dlopen directly.
Douglas Davidson
_______________________________________________
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