Hi Vincent, On Mon, Apr 4, 2011 at 4:36 PM, Vincent Bourdier <vincent.bourd...@gmail.com > wrote:
> 2>TsLib_MDdNET2010.lib(IwPoly.obj) : error LNK2005: "public: void > __thiscall std::basic_ifstream<char,struct std::char_traits<char> > >::close(void)" (?close@?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAEXXZ) > already defined in osgDBd.lib(osg65-osgDBd.dll) > 2>TsLib_MDdNET2010.lib(IwBrepData.obj) : error LNK2005: "public: void > __thiscall std::basic_ifstream<char,struct std::char_traits<char> > >::close(void)" (?close@?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAEXXZ) > already defined in osgDBd.lib(osg65-osgDBd.dll) > It seems like a static/dynamic c++ runtime conflict. Check if osg and TsLib_MDdNET2010 are linked against the same type of c++ runtime (both with /MTd flag or both with /MDd flag) Mourad
_______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org