On 05/01/2010, at 11:03 AM, David Alter wrote: > I can open a library and lookup a function by name using dlsym. These > constants are EXTERN. It seams there should be away to look these up as > well.
Functions are not the same, because a function's name is a necessary part of the runtime. A constant's name is just a convenience for the programmer and doesn't make it into the binary. There is no built-in standard way to do this - you're on your own. --Graham _______________________________________________ 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