Just a quick comment...

Unless you're debugging into OSG code, I would not use the debug libraries.
Things will run SLOOOW.

Use osg.lib, osgDB.lib, etc...

-Shayne

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Mukund
Keshav
Sent: Thursday, January 27, 2011 2:06 PM
To: [email protected]
Subject: [osg-users] Linker error during execution

Hello everyone,

i tried executing the very first tutorial provided in the OSG website(basic
geometry.cpp). Well i got this error:(a link error)

 error LNK2019: unresolved external symbol __imp___CrtDbgReportW referenced
in function "public: __thiscall std::_Vector_const_iterator<class
osg::Vec3f,class std::allocator<class osg::Vec3f>
>::_Vector_const_iterator<class osg::Vec3f,class std::allocator<class
osg::Vec3f> >(class osg::Vec3f *,class std::_Container_base_secure const *)"
(??0?$_Vector_const_iterator@VVec3f@osg@@V?$allocator@VVec3f@osg@@@std@@@std
@@QAE@PAVVec3f@osg@@PBV_Container_base_secure@1@@Z)


The error looks pretty scary. im not sure what is wrong. i ran few other
programs, and it was fine. im not sure what this one meant though.

i have linked the following libraries:

osgd.lib
osgDBd.lib
osgViewerd.lib
osgTextd.lib
osgUtild.lib
OpenThreadsd.lib


Can anyone please provide some suggestions?

Thanks,
Mukund

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=36061#36061





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to