|
楼主 |
发表于 2010-12-20 14:13:13
|
显示全部楼层
提示:
LIBCMTD.lib(dbgheap.obj) : error LNK2005: _malloc 已经在 LIBCMT.lib(malloc.obj) 中定义
LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc 已经在 LIBCMT.lib(malloc.obj) 中定义
LIBCMTD.lib(dbgheap.obj) : error LNK2005: _calloc 已经在 LIBCMT.lib(calloc.obj) 中定义
LIBCMTD.lib(dbgheap.obj) : error LNK2005: _realloc 已经在 LIBCMT.lib(realloc.obj) 中定义
LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc 已经在 LIBCMT.lib(realloc.obj) 中定义
LIBCMTD.lib(dbgheap.obj) : error LNK2005: _free 已经在 LIBCMT.lib(free.obj) 中定义
LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize 已经在 LIBCMT.lib(msize.obj) 中定义
LIBCMTD.lib(malloc.obj) : error LNK2005: _V6_HeapAlloc 已经在 LIBCMT.lib(malloc.obj) 中定义
LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook 已经在 LIBCMT.lib(dbghook.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: __get_sbh_threshold 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: __set_sbh_threshold 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: __set_amblksiz 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: __get_amblksiz 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_heap_init 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_find_block 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_free_block 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_alloc_block 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_alloc_new_region 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_alloc_new_group 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_resize_block 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_heapmin 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_heap_check 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(sbheap.obj) : error LNK2005: ___sbh_pHeaderDefer 已经在 LIBCMT.lib(sbheap.obj) 中定义
LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l 已经在 LIBCMT.lib(isctype.obj) 中定义
LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype 已经在 LIBCMT.lib(isctype.obj) 中定义
LINK : warning LNK4098: 默认库“LIBCMT”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
LINK : warning LNK4098: 默认库“LIBCMTD”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >:perator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z),该符号在函数 "public: virtual class osgDB::ReaderWriter::ReadResult __thiscall ReaderWriterJP2::readImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class osgDB::Options const *)const " (?readImage@ReaderWriterJP2@@UBE?AVReadResult@ReaderWriter@osgDB@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVOptions@4@@Z) 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z),该符号在函数 "public: virtual class osgDB::ReaderWriter::ReadResult __thiscall ReaderWriterJP2::readImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class osgDB::Options const *)const " (?readImage@ReaderWriterJP2@@UBE?AVReadResult@ReaderWriter@osgDB@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVOptions@4@@Z) 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (__imp_?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ),该符号在函数 "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::put(char)" (__imp_?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z),该符号在函数 "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class std::basic_istream<char,struct std::char_traits<char> > & __thiscall std::basic_istream<char,struct std::char_traits<char> >::read(char *,int)" (__imp_?read@?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV12@PADH@Z),该符号在函数 "public: virtual class osgDB::ReaderWriter::ReadResult __thiscall ReaderWriterJP2::readImage(class std::basic_istream<char,struct std::char_traits<char> > &,class osgDB::Options const *)const " (?readImage@ReaderWriterJP2@@UBE?AVReadResult@ReaderWriter@osgDB@@AAV?$basic_istream@DU?$char_traits@D@std@@@std@@PBVOptions@4@@Z) 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::write(char const *,int)" (__imp_?write@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@PBDH@Z),该符号在函数 "public: virtual class osgDB::ReaderWriter::WriteResult __thiscall ReaderWriterJP2::writeImage(class osg::Image const &,class std::basic_ostream<char,struct std::char_traits<char> > &,class osgDB::Options const *)const " (?writeImage@ReaderWriterJP2@@UBE?AVWriteResult@ReaderWriter@osgDB@@ABVImage@osg@@AAV?$basic_ostream@DU?$char_traits@D@std@@@std@@PBVOptions@4@@Z) 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (__imp_?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z),该符号在函数 __catch$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$0 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (__imp_?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ),该符号在函数 "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (__imp_?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ),该符号在函数 "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (__imp_?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ),该符号在函数 "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::sentry::sentry(class std::basic_ostream<char,struct std::char_traits<char> > &)" (??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z) 中被引用
ReaderWriterJP2.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (__imp_?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ),该符号在函数 "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::sentry::~sentry(void)" (??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ) 中被引用
Z:\_Code\OpenSceneGraph-2.9.8\bin\Debug\..\osgPlugins-2.9.8\osgdb_jp2d.dll : fatal error LNK1120: 11 个无法解析的外部命令 |
|