首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

c++编译openh323时的异常提示,请大家帮帮忙呀

2012-03-13 
c++编译openh323时的错误提示,请大家帮帮忙呀错误1fatalerrorC1189:#error:PleaseremovePwlib\pwlib-v1_1

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
这个编译错误够明显了

热点排行