VS2013解决 The C++ Standard Library forbids macroizing keywords.

来源:互联网 发布:淘宝卖家几单一颗心 编辑:程序博客网 时间:2024/05/16 00:39

解决:
VS2013的错误:
Error C1189: “The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro[…]”

  • 打开项目属性

  • 导航到 C/C++ 下的Preprocessor.

  • 选择 Preprocessor Definitions 项
    添加”_XKEYCHECK_H;”

阅读全文
0 0
原创粉丝点击