If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am trying to find dlfcn.h, or something that will serve the same purpose. As far as I can tell it is not included in the dev toolkit, or in anything else that I have. Anyone have any ideas?
See dyld.h for the native API for handling dynamic libraries and loadable modules. Also see dlcompat (distributed with <a href="http://fink.sf.net" target="_blank">Fink</a>) for a shim that enables you to get the functionality you want without rewriting any code.
Thanks! I will look into Fink. It may or may not work for what I am doing (my employer may not like my using nonstandard libraries on my project, so I will see).