error : Please use the /MD switch for _AFXDLL builds 的解决方法

在用vs打开项目后,编译的时候出现“Please use the /MD switch for _AFXDLL builds”

这个错误的解决方法如下:


修改如下设置:工程(Project)->属性(Properties)->配置属性(Configuration Properties)->c/c++->代码生成(Code Generation)->运行时库(Use run-time library)->多线程调试DLL(/MDd)(Multithreaded DLL/Debug Multithreaded DLL)

你可能感兴趣的:(switch)