Thank you! That's it :D It seems to be an error in the CMake files, because I didn't change the dependencies and use the CMake generated projects, and the project links against the release AND the debug versions of these Qt libraries (entries in Visual Studio > Project > Properties > Configuration Properties > Linker > Input > Additional Dependencies):
QtCore4.lib QtGui4.lib QtOpenGL4.lib and the release versions are first, so the linker seems to take the release versions... I deleted the entries for the release versions and it worked. Cheers, Claus ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=39426#39426 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

