本文介绍了寻求自学的帮助,使用Microsoft Embedded Visual C ++ 4.0为Windows CE 5.0开发本机应用程序(C / C ++)。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的MSDN论坛成员,我刚刚开始了一个新项目,其中涉及将人机界面开发为本机应用程序(C ++)基于Windows CE 5.0的小屏幕HMI设备。目前,我的笔记本电脑上安装了Microsoft Embedded Visual C ++ 4.0,Windows Mobile Device Center,Standard
SDK。请注意,我有Intel PXA270 cpu(ARMV4I)和预装的基于Windows CE 5.0的HMI设备。



$
1.初学者,我需要帮助找到一些非常好的在线或离线资源(书籍,网站,特别是
视频教程),以自学如何为Windows CE 5.0开发本机应用程序(C / C ++)使用Microsoft Embedded Visual C ++ 4.0。

Dear MSDN Forum Members,

I've just started a new project which involves developing an Human Machine Interface as a native application (C++) for Windows CE 5.0 based small screen HMI device. At present, I have Microsoft Embedded Visual C++ 4.0, Windows Mobile Device Center, Standard SDK installed on my laptop. Please, note that I have Intel PXA270 cpu (ARMV4I) and preloaded Windows CE 5.0 based HMI unit.


1. Being a beginner, I need help to find some really good online or offline resources (Books, Websites and especiallyVideo Tutorials) to self learn how to develop native applications (C/C++) for Windows CE 5.0 using Microsoft Embedded Visual C++ 4.0.

问候,

Tim Jones。

Tim Jones.

推荐答案

您所需要的只是您要定位的设备的SDK(不是标准的SDK,因为它可能不起作用)使用您的设备),visual studio 2008和调试连接WMDC(在Win7的情况下),ActiveSync(在Win7之前)或conmanclient2& cmaccept
(在设备上)。

All you need is the SDK for the device you are targeting (not the standard SDK as that may not work with your device), visual studio 2008 and for the debug connection either WMDC (in case of Win7), ActiveSync (prior to Win7) or conmanclient2 & cmaccept (on the device).

一本好书是来自Doug Boling的Windows Embedded CE 6.0编程。即使这是针对CE 6.0的,所讨论的大部分内容也适用于CE 5.0。据我所知,目前还没有针对CE 5.0的具体书籍。

A good book is Programming Windows Embedded CE 6.0 from Doug Boling. Even though this is for CE 6.0, most of what is discussed applies to CE 5.0 as well. There's no specific book for CE 5.0 available as far as I know.

我们的Topaz入门指南(此处:  http://guruce.com/files/Topaz/Getting Topaz.pdf )有一些很清楚的解释如何启动应用程序
开发也是如此(使用conmanclient2和cmaccept,因为这是最稳定的调试连接,WMDC,尤其是ActiveStink会引起很多麻烦)。

Our Topaz Getting Started Guide (here: http://guruce.com/files/Topaz/Getting Started with the Topaz.pdf) has some good clear explanation how to start application development as well (using conmanclient2 and cmaccept, as that is the most stable debug connection, WMDC and especially ActiveStink are known to cause lots of troubles).


这篇关于寻求自学的帮助,使用Microsoft Embedded Visual C ++ 4.0为Windows CE 5.0开发本机应用程序(C / C ++)。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 22:17