公共代码中出错的原因。 [英] Reason for errors in public code.

查看:63
本文介绍了公共代码中出错的原因。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我已将ril驱动程序复制到我的BSP中的drivers目录中。当我编译驱动程序时,它会给出错误


BUILD:[01:0000000043:ERRORE] c:\ wince700 \public\cellcore\oak\inc\ccoresvcs。 h(25):致命错误C1083:无法打开包含文件:'msxml.h':没有这样的文件或目录


问题是我没有触及公共代码中的任何内容。如果我将msxml.h和msxml.h复制到c:\ wince700 \public\cellcore \oak \inc\目录,它可以解决问题。但这不是解决问题的正确方法,因为我们不应该修改公共代码。
你知道什么是错的吗?


谢谢

解决方案

ccoresvcs.h试图包含msxml.h,它位于包含路径中的路径中。
只需添加源文件的路径,一切都应该是好的。





Hi,

I have copied the ril driver to the drivers directory in my BSP. When I compile the driver it gives an error

BUILD: [01:0000000043:ERRORE] c:\wince700\public\cellcore\oak\inc\ccoresvcs.h(25) : fatal error C1083: Cannot open include file: 'msxml.h': No such file or directory

The problem is that I haven't touched anything in the public code. If I copy msxml.h and msxml.h to the c:\wince700\public\cellcore\oak\inc\ directory it solves the problem. But it is not a right way to solve it becase we shouldn't modify the public code. Do you have an idea what can be wrong?

Thanks

解决方案

ccoresvcs.h is trying to include msxml.h which resides in a path that is not in your includes path. Simply add the path to the sources file and all should be good.



这篇关于公共代码中出错的原因。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆