|

30精币
开始静态链接...
eAPI_static.lib(OSInfo.obj) : error LNK2019: unresolved external symbol "private: static class std::locale::_Locimp * std::locale::_Locimp::_Global" (?_Global@_Locimp@locale@std@@0PAV123@A) referenced in function eAPI_?determineOSInfo@OSInfo@@MAEXXZ
eAPI_static.lib(SysUtils.obj) : error LNK2001: unresolved external symbol "private: static class std::locale::_Locimp * std::locale::_Locimp::_Global" (?_Global@_Locimp@locale@std@@0PAV123@A)
eAPI_static.lib(OSInfo.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall std::locale::_Iscloc(void)const " (?_Iscloc@locale@std@@QBE_NXZ) referenced in function eAPI_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z
eAPI_static.lib(SysUtils.obj) : error LNK2001: unresolved external symbol "public: bool __thiscall std::locale::_Iscloc(void)const " (?_Iscloc@locale@std@@QBE_NXZ)
eAPI_static.lib(OSInfo.obj) : error LNK2019: unresolved external symbol "public: class std::locale::facet const * __thiscall std::locale::_Getfacet(unsigned int,bool)const " (?_Getfacet@locale@std@@QBEPBVfacet@12@I_N@Z) referenced in function eAPI_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z
eAPI_static.lib(SysUtils.obj) : error LNK2001: unresolved external symbol "public: class std::locale::facet const * __thiscall std::locale::_Getfacet(unsigned int,bool)const " (?_Getfacet@locale@std@@QBEPBVfacet@12@I_N@Z)
eAPI_static.lib(OSInfo.obj) : error LNK2019: unresolved external symbol "__int64 const std::_Fpz" (?_Fpz@std@@3_JB) referenced in function eAPI_??0?$fpos@H@std@@QAE@J@Z_0
eAPI_static.lib(SysUtils.obj) : error LNK2001: unresolved external symbol "__int64 const std::_Fpz" (?_Fpz@std@@3_JB)
eAPI_static.lib(OSInfo.obj) : error LNK2019: unresolved external symbol "void __cdecl std::_Xlen(void)" (?_Xlen@std@@YAXXZ) referenced in function eAPI_?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z_0
eAPI_static.lib(SysUtils.obj) : error LNK2001: unresolved external symbol "void __cdecl std::_Xlen(void)" (?_Xlen@std@@YAXXZ)
eAPI_static.lib(OSInfo.obj) : error LNK2019: unresolved external symbol "void __cdecl std::_Xran(void)" (?_Xran@std@@YAXXZ) referenced in function eAPI_?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ABV12@II@Z_0
eAPI_static.lib(SysUtils.obj) : error LNK2001: unresolved external symbol "void __cdecl std::_Xran(void)" (?_Xran@std@@YAXXZ)
eAPI_static.lib(SysUtils.obj) : error LNK2019: unresolved external symbol "protected: void __thiscall std::ios_base::_Addstd(void)" (?_Addstd@ios_base@std@@IAEXXZ) referenced in function eAPI_??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N1@Z
静态连接失败
到底是哪些命令导致的,不像使用VC6/7编译,但是切换其他编译器有这样,别的源码没问题,这到底是什么命令导致的
|
最佳答案
查看完整内容
可能是因为你某些库没安装,尤其是那些c++的库,我用的98没有问题,编译器也不是最新的就是最好的
|