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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com