#include <atlhost.h>时候出错,提示如下。
提示如下:fatal error C1189: #error : atlhost.h requires Hosting support (_ATL_NO_HOSTING is defined).
这个问题怎么解决?
[解决办法]
不能定义 _ATL_NO_HOSTING。在include之前先undef
[解决办法]
楼上正解
发布时间: 2012-02-24 16:30:38 作者: rapoo
#include <atlhost.h>时候出错,提示如下。
提示如下:fatal error C1189: #error : atlhost.h requires Hosting support (_ATL_NO_HOSTING is defined).
这个问题怎么解决?
[解决办法]
不能定义 _ATL_NO_HOSTING。在include之前先undef
[解决办法]
楼上正解