Hi Chris,

I don't think that the windows platform will look in any OSG_BIN_PATH 
environment variable. Instead it looks in the folder specified by the 
environment variable PATH.

You can either add your DLL-folder directly to the PATH variable or add the 
OSG_BIN_PATH variable to the PATH:
PATH=%OSG_BIN_PATH%;

If you run your program from inside Visual Studio you have some other options 
as well:
* You can add the path to the DLLs to the Executables files settings under 
Tools>Options>Projects and Solutions>VC++ Directories 
* You can add the path to the DLLs to the Executables files settings under 
Project>Properties>Configuration Properties>VC++ Directories 
* You can add a path to the DLLs as environment variable under 
Project>Properties>Configuration Properties>Debugging>Environment

Best regards

Björn

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=60666#60666





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

Reply via email to