码迷,mamicode.com
首页 > 数据库 > 详细

error LNK2019: 无法解析的外部符号 __imp___CrtDbgReportW

时间:2016-10-10 16:17:10      阅读:353      评论:0      收藏:0      [点我收藏+]

标签:

error LNK2019: 无法解析的外部符号 __imp___CrtDbgReportW
error LNK2005 and error LNK2019

error LNK2019: unresolved external symbol __imp___CrtDbgReportW referenced in function "public: double & __thiscall std::vector<double,class std

MSVCRT.lib(MSVCR80.dll) : error LNK2005: _strtol already defined in LIBCMTD.lib(strtol.obj)
this kind error, just need change the C/C++->code generation-> runtime library "Multi-threaded Debug (/MTd)" ->Multi-threaded Debug DLL (/MDd)

error LNK2019: 无法解析的外部符号 __imp___CrtDbgReportW

标签:

原文地址:http://www.cnblogs.com/micro-chen/p/5946115.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!