我在工程里面加了gmp.h,gmp.lib还有LIBC.lib,在运行程序的时候提示:error LNK1104: 无法打开文件“libcp.lib”。加入libcp.lib之后又提示:
error LNK2019: 无法解析的外部符号 __imp__rand,该符号在函数 _main 中被引用
error LNK2019: 无法解析的外部符号 __imp__system,该符号在函数 _main 中被引用
error LNK2019: 无法解析的外部符号 __imp___hypot,该符号在函数 _hypot 中被引用
error LNK2019: 无法解析的外部符号 ___CxxFrameHandler3,该符号在函数 __unwindfunclet$??$construct@PADAAPAD@?$allocator@D@std@@QAEXPAPADAAPAD@Z$0 中被引用
这个问题要如何解决呢?
error LNK2019: 无法解析的外部符号 __imp__rand,该符号在函数 _main 中被引用
error LNK2019: 无法解析的外部符号 __imp__system,该符号在函数 _main 中被引用
error LNK2019: 无法解析的外部符号 __imp___hypot,该符号在函数 _hypot 中被引用
error LNK2019: 无法解析的外部符号 ___CxxFrameHandler3,该符号在函数 __unwindfunclet$??$construct@PADAAPAD@?$allocator@D@std@@QAEXPAPADAAPAD@Z$0 中被引用
这个问题要如何解决呢?
本文由VS软件圈(vssoft.net)发布,不代表VS软件圈立场,转载联系作者并注明出处:https://vssoft.net/vsazwt/VS2013anzhuangwenti/2020/0725/3790.html