Hi Chris, I can't really say what your problem is. But I usually solve it like this:
1. During development I set the environment variable PATH to point to the folders containing the necessary DLL-files. I do this by setting the environment variable PATH explicit inside visual studio. Example of my setup inside Visual Studio 2013: http://i.imgur.com/avyxn6H.jpg 2. During deployment I copy all needed DLL's to the same folder as my executable. This to avoid any DLL conflicts. Hope this helps! Regards Björn ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=60670#60670 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

