首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

C++菜鸟IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL build

2012-12-25 
C++初学者IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL build16IntelliSense: #err

C++初学者IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL build
16IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL buildsf:\programfiles\microsoftvisualstudio10.0\vc\atlmfc\include\afxver_.h81
mfc工程中编译遇到这样的错误 网上随便点开 有两种结果:
1:工程->属性->配置属性->c/c++->代码生成->运行时库->多线程调试DLL(/MDd)
2:Multithreaded DLL   

我建立的工程原来就是1的配置  so  改成2的  不出那个错了

热点排行