Okay, I set up my OpenSceneGraph following this tutorial (which I found in these forums): http://www.skew-matrix.com/bb/viewtopic.php?f=8&t=3
I now solved the problem turning off precompiled headers. Now I get this Error: C:\Praktikum\OpenSceneGraph\OSG\include\OpenThreads\Exports(17): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'OpenThreads/Config': No such file or directory And there really isnt a Config File in Openthreads, is there supposed to be? And if yes what did I do wrong that it is not there? What I did find was: "C:\Praktikum\OpenSceneGraph\OSG\build\include\OpenThreads\Config" Is that the file it wants? And if yes did I do something wrong while setting up, because If I copy that config file to where it looks for it I get 150 Build errors for example: "C:\Praktikum\OpenSceneGraph\OSG\include\osgViewer\Viewer(39): warning C4541: 'dynamic_cast' für polymorphen Typ 'osg::Object' mit /GR- verwendet; unvorhersehbares Verhalten möglich" or Praktikum error LNK2001: Nichtaufgelöstes externes Symbol "public: virtual char const * __thiscall osg::Group::className(void)const " (?classn...@group@osg@@UBEPBDXZ) Sorry for all the newbie questions :-* , but I am still not familiar with what files should be where and what they do etc. Thanks for the support, you guys are great ;) ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=15635#15635 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

