Hi Chris, Good that you got it working.
I often automate the process using CMake to generate my solution files. In my CMake script I collect the location of the needed DLL-files and stores this in a CMake variable. And then I use a template Visual studio project file and automatically add this variable as input to the PATH in the project setting. I can also use the same CMake variable to generate deployment files containing the executable and the relevant DLL-files. Regards Björn ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=60673#60673 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

