易语言 写完程序静态编译失败,求大神解答,还想写出来共享给大家!
本帖最后由 ps1989 于 2020-6-17 22:21 编辑eAPI_static.lib(OSInfo.obj) : error LNK2019: 无法解析的外部符号 "private: static class std::locale::_Locimp * std::locale::_Locimp::_Global" (?_Global@_Locimp@locale@std@@0PAV123@A),该符号在函数 eAPI_?determineOSInfo@OSInfo@@MAEXXZ 中被引用
eAPI_static.lib(SysUtils.obj) : error LNK2001: 无法解析的外部符号 "private: static class std::locale::_Locimp * std::locale::_Locimp::_Global" (?_Global@_Locimp@locale@std@@0PAV123@A)
eAPI_static.lib(OSInfo.obj) : error LNK2019: 无法解析的外部符号 "public: bool __thiscall std::locale::_Iscloc(void)const " (?_Iscloc@locale@std@@QBE_NXZ),该符号在函数 eAPI_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 中被引用
eAPI_static.lib(SysUtils.obj) : error LNK2001: 无法解析的外部符号 "public: bool __thiscall std::locale::_Iscloc(void)const " (?_Iscloc@locale@std@@QBE_NXZ)
eAPI_static.lib(OSInfo.obj) : error LNK2019: 无法解析的外部符号 "public: class std::locale::facet const * __thiscall std::locale::_Getfacet(unsigned int,bool)const " (?_Getfacet@locale@std@@QBEPBVfacet@12@I_N@Z),该符号在函数 eAPI_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 中被引用
eAPI_static.lib(SysUtils.obj) : error LNK2001: 无法解析的外部符号 "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: 无法解析的外部符号 "__int64 const std::_Fpz" (?_Fpz@std@@3_JB),该符号在函数 eAPI_??0?$fpos@H@std@@QAE@J@Z_0 中被引用
eAPI_static.lib(SysUtils.obj) : error LNK2001: 无法解析的外部符号 "__int64 const std::_Fpz" (?_Fpz@std@@3_JB)
eAPI_static.lib(OSInfo.obj) : error LNK2019: 无法解析的外部符号 "void __cdecl std::_Xlen(void)" (?_Xlen@std@@YAXXZ),该符号在函数 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: 无法解析的外部符号 "void __cdecl std::_Xlen(void)" (?_Xlen@std@@YAXXZ)
eAPI_static.lib(OSInfo.obj) : error LNK2019: 无法解析的外部符号 "void __cdecl std::_Xran(void)" (?_Xran@std@@YAXXZ),该符号在函数 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: 无法解析的外部符号 "void __cdecl std::_Xran(void)" (?_Xran@std@@YAXXZ)
eAPI_static.lib(SysUtils.obj) : error LNK2019: 无法解析的外部符号 "protected: void __thiscall std::ios_base::_Addstd(void)" (?_Addstd@ios_base@std@@IAEXXZ),该符号在函数 eAPI_??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N1@Z 中被引用
D:\编程学习作业\网址快捷组合工具(VIP视频解析).exe : fatal error LNK1120: 7 个无法解析的外部命令
静态连接失败
命苦啊~~辛辛苦苦3天写完的一个小软件,本想编译出来与大家共享,尽然在编译的时候提示失败,以上就是提示内容,求大神解答,
已解决!!!
找到根目录下的"静态编译转换器.e" 运行下,然后换个编译器就行了,用了"VC7连接器" 可能是你调用的某一个支持库或者什么不支持静态编译,好好排查一下 视频解析类软件论坛不给发的。 小白的我就编编鼠标自动点击,是正版么,不是正版的话换个静态编译器试试 jayqqai 发表于 2020-6-17 22:02
视频解析类软件论坛不给发的。
我是网址组合软件!!哈,找到问题了,已经解决 你试试评论区那个免安装的易语言
https://www.52pojie.cn/thread-1132086-1-1.html 最近要剑网2020了
页:
[1]