智能终端定制开发 ad
MTK/瑞芯微/高通-Android,智能模块/智能终端方案商

深度定制各类智能终端和智能硬件产品,提供硬件选型咨询、参考设计、元器件推荐、驱动开发、行业模块集成、操作系统定制与算法集成等软硬件定制服务。
contact.aspx

Android核心板产品覆盖2G、3G、4G通讯,双核、四核、八核CPU,可选的平台有MTK6580、MTK6737、MTK6750等,Android版本有5.1 6.0 7.0等。
contact.aspx

可广泛应用于低端智能POS、安防监控、车载设备、低端智能机器人、智能家居、智能硬件、工业智能手持设备、低端智能对讲设备、低端警务或执法设备、智能穿戴、贩卖机、物流柜、智能门禁系统等行业和设备。
contact.aspx

可提供以太网转串口透传,WIFI转串口透传,蓝牙转串口透传,CAN总线模拟量控制输出模块等。
contact.aspx

带3G或4G通讯功能,运行android系统,有多个串口,可以外挂各种模块:条码扫描、RFID、指纹识别、身份证识别、磁条卡、ID卡、GPS/北斗模块等。
contact.aspx

具有4G通讯功能,多个RS232或RS485接口,以太网接口,USB接口,CAN接口,多个AD输入。基于Android系统智能平台,方便APP应用开发。器件严格选型,运行稳定,质量可靠。
contact.aspx

Platform Builder: Cannot open include file: windows.h: No such file or directory
[WinCE WM] 2009-04-21

Platform Builder: Cannot open include file: windows.h: No such file or directory
The following is unique to Platform Builder, and applies to any version. The problem is that when building a driver, BSP or sub-project, the compiler fails with the error message “Cannot open include file: windows.h: No such file or directory.”
There are probably many ways to cause this error. Many of these are simple user error, like accidently deleting or moving windows.h. But let’s focus on the most likely problems that can cause this.


1.       The most common cause that I have run into is that the project has not been sysgened. That is you have not run Sysgen yet. Sysgen is an important build step because sysgen processes the Public code, including header files, bib files, reg files and others, to create a unique set of files for a given project. The results are a set of files stored in the project tree. When building a driver, BSP or sub-project, the INCLUDES path is set to find the header files created by sysgen. So, if you haven’t run Sysgen you are missing some important files. Since most C/C++ code in Platform Builder includes windows.h, this error is one of the first signs that the project has not been sysgened.


2.       The INCLUDES path has been broken. The compiler finds header files by searching folders designated in the INCLUDES path. If the INCLUDES path does not include the path to windows.h then of course the compiler will not find windows.h. Windows.h will be found in $(_COMMONSDKROOT)\INC. _COMMONSDKROOT is set to $(_PROJECTROOT)\CESYSGEN\SDK. This include path can also be set using _OEMINCPATH in sources.cmn.

[WinCE WM添加评论 | 评论/阅读(0/577)
评论
昵称
主页
内容
递交


Copyright @ 我的开发笔记     2008 - 2017         粤ICP备19155526号-1