c++编译openh323时的错误提示,请大家帮帮忙呀
错误 1 fatal error C1189: #error : "Please remove Pwlib\pwlib-v1_11_0-src\pwlib\include\ptlib\msos from the tool include path \ " E:\Pwlib\pwlib-v1_11_0-src\pwlib\include\ptlib\msos\ptlib\contain.h 214
错误 2 fatal error C1189: #error : "Please remove Pwlib\pwlib-v1_11_0-src\pwlib\include\ptlib\msos from the tool include path \ " E:\Pwlib\pwlib-v1_11_0-src\pwlib\include\ptlib\msos\ptlib\contain.h 214
错误 3 fatal error C1189: #error : "Please remove Pwlib\pwlib-v1_11_0-src\pwlib\include\ptlib\msos from the tool include path \ " E:\Pwlib\pwlib-v1_11_0-src\pwlib\include\ptlib\msos\ptlib\contain.h 214
源代码是
#ifndef _CONTAIN_H
#ifndef _WIN32_WCE
#error "Please remove Pwlib\pwlib-v1_11_0-src\pwlib\include\ptlib\msos from the tool include path \ "
and from the pre-processor options for this project \ "
#endif // !_WIN32_WCE
#endif
请问是什么原因?
谢谢大家的帮忙了呀
[解决办法]
很显然你没define _WIN32_WCE啊
你的源代码第三行就提示了.
[解决办法]
Please remove Pwlib\pwlib-v1_11_0-src\pwlib\include\ptlib\msos from the tool include path and from the pre-processor options for this project
这个编译错误够明显了