error : Please use the /MD switch for _AFXDLL builds 的解决方法在用vs打开evc项目后,编译的时候出现“Please use the /MD switch for _AFXDLL builds”这个错误,查了下资料,找到解决方法,方法如下: 修改如下设置:工程->属性->配置属性->c/c++->代码生成->运行时库->多线程调试DLL(/MDd)
本文介绍了一种解决VS中EVC项目编译时遇到的“Please use the /MD switch for AFXDLL builds”错误的方法。通过调整项目的配置属性,具体步骤包括选择正确的运行时库设置。
error : Please use the /MD switch for _AFXDLL builds 的解决方法在用vs打开evc项目后,编译的时候出现“Please use the /MD switch for _AFXDLL builds”这个错误,查了下资料,找到解决方法,方法如下: 修改如下设置:工程->属性->配置属性->c/c++->代码生成->运行时库->多线程调试DLL(/MDd)
2万+
1484

被折叠的 条评论
为什么被折叠?
