On Oct 17, 2013, at 8:49 PM, Charles Srstka <cocoa...@charlessoft.com> wrote:
> You shouldn't rely on dlsym() working in production code. If the binary is > stripped (as it is by default for release builds, I believe), it won't work. You could work around that by exporting the symbol, e.g. by adding it to a “.exp” file. And if the function comes from a library’s API, it’ll by definition be available. —Jens _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com