Simon Hammett schrieb:
> The only way I can think of that GetModuleFileName would fail is if
> people start moving code around in memory. Seems unlikely firefox
> would do that.
> 

It does not fail, but his plugin source code does not know it's instance
handle, because DllMain() is deeply buried in the Plugin API, I guess.

See my other post on this thread with a relatively simple workaround
using LoadLibrary() a second time on the plugin DLL with a local path.

regards Ralph

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to