Hi Anna, It was so obvious that I didn't see it! Yes, adding the lib into the project fixed it. I was so sure that could not be so simple that I didn't even checked it. Thank you very much.
Sukender PVLE - Lightweight cross-platform game engine - http://pvle.sourceforge.net/ Le Wed, 17 Dec 2008 00:28:42 +0100, Anna Sokol <[email protected]> a écrit: > Hi Sukender, > >> unresolved external symbol "unsigned int __thiscall >> OpenThreads::Atomic::operator++()" >> referenced in function "osg::ref_ptr<osgDB::DotOsgWrapper> & >> osg::ref_ptr<class >> osgDB::DotOsgWrapper>::operator=(osgDB::DotOsgWrapper *)" > > The above error occurs because OpenThreads is not included in the > library dependencies for osgAL. > This didn't cause any errors with osg2.4 but did cause compile errors > with osg2.6. and osg2.6.1 . > By including OpenThreads library dependency the compile errors went > away with osg2.6 and osg2.6.1 . > I haven't tried to compile with osg2.7.x or the osg SVN. There might > be additional incompatibilities there. > I used Microsoft Visual Studio 2005 to compile. > Hope this helps. > > - Anna > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

