Hi Mukund,
Well, apart from the code, im linking the above mentioned libraries(im in the debug mode). and im linking as a multi-threaded DLL (/MD)
If you're in debug you should be using /MDD runtime (multi-threaded debug DLL). If not that could explain the linker errors, as the OSG debug DLLs are using /MDD.
Hope this helps, J-S -- ______________________________________________________ Jean-Sebastien Guay [email protected] http://www.cm-labs.com/ http://whitestar02.webhop.org/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

