#include atlhost.h时候出错,提示如下。提示如下:fatal error C1189: #error :atlhost.h requires Hostin
#include <atlhost.h>时候出错,提示如下。
提示如下:fatal error C1189: #error : atlhost.h requires Hosting support (_ATL_NO_HOSTING is defined).
这个问题怎么解决?
[解决办法]
不能定义 _ATL_NO_HOSTING。在include之前先undef
[解决办法]
楼上正解
