I'm in the process of porting a Windows plugin to the Mac, and I'm looking for the equivalent of GetModuleHandle(). Basically, I need to be able to get the path of the plugin, which is a dynamically linked library, at runtime. If anyone could point me in the right direction, I'd appreciate it.
-Morgan