吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2662|回复: 6
收起左侧

[已解决] 易语言 写完程序静态编译失败,求大神解答,还想写出来共享给大家!

 关闭 [复制链接]
ps1989 发表于 2020-6-17 21:47
本帖最后由 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连接器"

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

LCC 发表于 2020-6-17 22:01
可能是你调用的某一个支持库或者什么不支持静态编译,好好排查一下
jayqqai 发表于 2020-6-17 22:02
baibai12345 发表于 2020-6-17 22:05
小白的我就编编鼠标自动点击,是正版么,不是正版的话换个静态编译器试试
 楼主| ps1989 发表于 2020-6-17 22:19
jayqqai 发表于 2020-6-17 22:02
视频解析类软件论坛不给发的。

我是网址组合软件!!哈,找到问题了,已经解决
xiebaoshan 发表于 2020-6-17 22:20
你试试评论区那个免安装的易语言
https://www.52pojie.cn/thread-1132086-1-1.html
syrmb 发表于 2020-6-17 22:26
最近要剑网2020了
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-27 14:41

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表