Re: C functions
Re: C functions
- Subject: Re: C functions
- From: Uli Kusterer <email@hidden>
- Date: Sat, 19 Oct 2013 14:50:57 +0200
On 18 Oct 2013, at 20:38, Kyle Sluder <email@hidden> wrote:
> CFBundleGetFunctionPointerForName just calls dlsym.
Sure. NSLog also eventually calls syslog. I still wouldn’t drop down to syslog for most Cocoa logging needs.
CFBundleGetFunctionPointerForName takes a CFStringRef and if you’re e.g. looking at a .framework or other bundled library, it’ll pick out the right executable for you.
Cheers,
-- Uli Kusterer
“The Witnesses of TeachText are everywhere...”
http://zathras.de
_______________________________________________
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