For anyone interested, the build failed because of the place that the Cmake install script looked for the .pdb files of the examples. Cmake looked for them in build/examples/example_name, but all the examples built them to build/bin. I manually changed the build location for the .pdb file for all of the examples projects to the macro: Code: $(ProjectDir)$(AssemblyName)d.pdb
and it fixed the problem. Cheers, Eran[/quote] ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=72600#72600 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

