最近在使用 VS2015 编译以前用VS2008的项目的时候,提示错误:fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro.
解决方法:在项目的“预处理器定义”中增加 "_XKEYCHECK_H"
最近在使用 VS2015 编译以前用VS2008的项目的时候,提示错误:fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro.
解决方法:在项目的“预处理器定义”中增加 "_XKEYCHECK_H"