On 26 August 2010 17:35, Anders Backman <[email protected]> wrote: <snip>
CMake defaults to /MD code generation (MultiThreaded). Im using this > consistently over all my libraries (just double checked to be sure). > Never use that setting unless you know what you are doing. Change every project to Multi-threaded Debug DLL (/MDd) for Debug builds and Multi-threaded DLL (/MD) for Release builds And it will all start working. Those Runtime library settings are the number one 'gotch-ya' for Visual studio, and Cmake defaulting to them is daft. -- http://www.ssTk.co.uk
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

