Re: C functions
Re: C functions
- Subject: Re: C functions
- From: Kyle Sluder <email@hidden>
- Date: Fri, 18 Oct 2013 11:38:30 -0700
On Fri, Oct 18, 2013, at 10:39 AM, Uli Kusterer wrote:
> Oh, one more thing: Instead of dlsym(), you can also use
> CFBundleGetFunctionPointerForName() and its cohorts might also be useful
> for this if you want to go a bit more high-level. But even then, it needs
> to be an exported symbol in a dylib, can't be just any internal function.
CFBundleGetFunctionPointerForName just calls dlsym.
--Kyle Sluder
_______________________________________________
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