error LNK2005: "public: __cdecl std::basic_ofstream::basic_ofst

錯誤 10 error LNK1169: 找到一個或多個多重定義的符號 D:\zhangweilong\2016\Maptexture\\bin\x64\Maptexture.exe1
錯誤 2 error LNK2005: "public: __cdecl std::basic_ofstream<char,struct std::char_traits<char> >::basic_ofstream<char,struct std::char_traits<char> >(char const *,int,int)" (??0?$basic_ofstream@DU?$char_traits@D@std@@@std@@QEAA@PEBDHH@Z) 已經在 osgDb.lib(osg130-osgDB.dll) 中定義 D:\zhangweilong\2016\Maptexture\Maptexture\libCGAL_Core-vc120-mt-4.7.lib(all_files.obj)
錯誤 5 error LNK2005: "public: __cdecl std::basic_ofstream<char,struct std::char_traits<char> >::basic_ofstream<char,struct std::char_traits<char> >(void)" (??0?$basic_ofstream@DU?$char_traits@D@std@@@std@@QEAA@XZ) 已經在 osgDb.lib(osg130-osgDB.dll) 中定義 D:\zhangweilong\2016\Maptexture\Maptexture\libCGAL-vc120-mt-4.7.lib(all_files.obj)
錯誤 3 error LNK2005: "public: void __cdecl std::basic_ofstream<char,struct std::char_traits<char> >::`vbase destructor'(void)" (??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QEAAXXZ) 已經在 osgDb.lib(osg130-osgDB.dll) 中定義 D:\zhangweilong\2016\Maptexture\Maptexture\libCGAL_Core-vc120-mt-4.7.lib(all_files.obj)
錯誤 6 error LNK2005: "public: void __cdecl std::basic_ofstream<char,struct std::char_traits<char> >::`vbase destructor'(void)" (??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QEAAXXZ) 已經在 osgDb.lib(osg130-osgDB.dll) 中定義 D:\zhangweilong\2016\Maptexture\Maptexture\libCGAL-vc120-mt-4.7.lib(all_files.obj)
錯誤 4 error LNK2005: "public: void __cdecl std::basic_ofstream<char,struct std::char_traits<char> >::close(void)" (?close@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QEAAXXZ) 已經在 osgDb.lib(osg130-osgDB.dll) 中定義 D:\zhangweilong\2016\Maptexture\Maptexture\libCGAL_Core-vc120-mt-4.7.lib(all_files.obj)
錯誤 7 error LNK2005: "public: void __cdecl std::basic_ofstream<char,struct std::char_traits<char> >::open(char const *,int,int)" (?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QEAAXPEBDHH@Z) 已經在 osgDb.lib(osg130-osgDB.dll) 中定義 D:\zhangweilong\2016\Maptexture\Maptexture\libCGAL-vc120-mt-4.7.lib(all_files.obj)



簡單的方法是在link commandline加上一行/FORCE:MULTIPLE 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章