本文介绍了编译器/链接器开关的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在调试我的应用程序时,我得到以下信息:
"Intellisense:#error指令:请对AFXDLL构建使用/Md开关."
我在VS2010下使用MFC,并且了解它要我做什么.问题是如何或在哪里设置/Md(和其他)开关?
谢谢,
Barry
I get the following when debugging my aplication:
"Intellisense: #error directive: Please use the /Md switch for AFXDLL builds."
I am using MFC under VS2010 and I understand what it wants me to do. The question is how or where do I set the /Md (and other) switches?
Thanks,
Barry
推荐答案
这篇关于编译器/链接器开关的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!