Hello I have been trying to get osg setup and run with vs 2010 on a win7 x64 machine but there are some linking issues that I just can't figure out.
Here's what I did - - got the debug/release osg binaries for version 3.0.1 - setup $(OSG_ROOT) to the base osg directory - added $(OSG_ROOT)\bin to PATH in project properties (debug) C/C++ - General - Additional Include Directories = $(OSG_ROOT)\include Linker - General - Additional Library Directories = $(OSG_ROOT)\lib Linker - Input - Additional Dependencies = osgd.lib osgGAd.lib osgDBd.lib osgViewer.lib OpenThreadsd.lib I was trying to get the code for the osgbillboard.cpp example run in my own project (the executable that comes in with osg runs fine!) - all include files get included fine and intellisense doesn't detect any problem But on trying to compile I am getting a host of 'unresolved external symbol' link errors. Tried putting in explicit paths for the include,lib and the dependencies - still didn't work ofcourse same thing happens in the release mode and in the stable version of 2.8.5 It's been many hours and it's frustrating when this kind of problems occurs. Can anyone please help me out? ... Thanks a lot ! Cheers, Subhadip ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=46594#46594 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

