01 2021 档案

libcmtd.lib(exe_wwinmain.obj) : error LNK2001: 无法解析的外部符号 _wWinMain@16
摘要:先上正确解决方案 报错配置: 修改: 问题解决,但我没有去分析原因, 如果有知道具体原因的请留意给我,谢谢 网上查找报错原因: 但不能解决问题: https://www.cnblogs.com/cjyang/archive/2010/05/13/1734220.html 一,问题描述 error L 阅读全文

posted @ 2021-01-09 08:52 okgogo2000 阅读(924) 评论(0) 推荐(0)

VC\atlmfc\include\afx.h(24): fatal error C1189: #error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d]
摘要:在查阅相关资料后发现:静态链接mfc库的话,那么运行库也得设置成静态链接。 阅读全文

posted @ 2021-01-09 07:48 okgogo2000 阅读(290) 评论(0) 推荐(0)

VS2015解决 error C4996: 'strdup': The POSIX name for this item is deprecated.
摘要:在 工程属性 -> c/c++ -> 预处理器 -> 预处理器定义 中添加: DEBUG模式下:_CRT_SECURE_NO_DEPRECATE_CRT_SECURE_NO_WARNINGS_CRT_NONSTDC_NO_DEPRECATE RELEASE 模式下:_CRT_SECURE_NO_WA 阅读全文

posted @ 2021-01-09 07:35 okgogo2000 阅读(2103) 评论(0) 推荐(0)

vs2015单元测试 - error LNK2011: 未链接预编译对象;映像可能不能运行
摘要:vs2015单元测试 - error LNK2011: 未链接预编译对象;映像可能不能运行 https://blog.csdn.net/gerry2000/article/details/108927755 阅读全文

posted @ 2021-01-09 07:28 okgogo2000 阅读(479) 评论(0) 推荐(0)