In the interest of documenting this issue thoroughly, here's what I did: In MSVC2010, I right-clicked the "vpb" project and went to:properties\Configuration Properties\Linker\Command Line and added /FORCE:MULTIPLE in the "Additional Options" field. I did this for both the debug and release modes in MSCV. I was then able to successfully build the project. Note that I only had to add the /FORCE:MULTIPLE option to the "vpb" project and not the other projects contained in the solution file. I then tried to build the "INSTALL" project but go the following error: Error 1 error MSB3073: The command "setlocal "C:\Program Files\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone :cmErrorLevel exit /b %1 :cmDone if %errorlevel% neq 0 goto :VCEnd :VCEnd" exited with code 1. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113 6 INSTALL
------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=42544#42544 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

