在Windows CE 6.0和Windows Mobile 6.1下进行开发的权衡是什么? [英] What is are the tradeoffs of developing under Windows CE 6.0 vs Windows Mobile 6.1

查看:43
本文介绍了在Windows CE 6.0和Windows Mobile 6.1下进行开发的权衡是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Windows .NET应用程序,打算移植"并针对移动设备进行定制.该应用程序由一个独立的.NET程序组成,该程序可与条形码扫描仪配合使用,具有简单的UI并将扫描结果记录到文件中.还有一个Windows服务,可使用Web服务(专有同步协议)将数据同步到服务器.内存/磁盘/网络要求非常小.我们没有现有的WinCE或WinMo代码库,并且不需要设备上的其他应用程序.

I have a Windows .NET application that I plan to "port" and tailor to a mobile device. The application consists of a standalone .NET program that works with a barcode scanner, has a simple UI and records the scans to a file. There is also a Windows Service that synchronizes data to a server using web services (proprietary sync protocol). Memory/disk/network requirements are rather minimal. We have no existing WinCE or WinMo code bases and do not require other applications on the device.

我正在考虑使用的设备是具有激光扫描仪,WiFi和彩色触摸屏的Motorola MC3100移动计算机.我可以选择使用Windows CE 6.0或Windows Mobile 6.1来获取设备.

The device I'm considering using is a Motorola MC3100 mobile computer with a laser scanner, WiFi, and a color touchscreen. I have the option of getting the device with Windows CE 6.0 or Windows Mobile 6.1.

做出此决定时应考虑哪些因素?
对用户来说哪个更容易?
哪个会有更好的开发/调试/配置堆栈?

What factors should I consider in making this decision?
Which is easier for the user?
Which would have a better development/debugging/configuration stack?

推荐答案

WinMo是基于CE的平台.基本上,这是一个新的Shell和一些特殊" API(没有WinMo,您不可能没有,所以这并不是真正的魔术).WinMo具有一组定义的应用程序,库等,因此它更加标准化,如果您想在多个设备上运行应用程序,可能会 使您受益匪浅(但是在这种特定情况下,我怀疑这样做会不会给你买很多).

WinMo is a platform build on CE. Basically it's a new shell and some "special" APIs (none of which you can't do without WinMo, so it's not really magic). WinMo has a defined set of applications, libraries, etc so it's more standardized and if you want to run your app on multiple devices it might benefit you going that way (but in this specific case I doubt it would buy you much).

除非您有特定的WinMo需求,否则一定要使用通用Windows CE.这样,您就不必一直在与WinMo shell和平台竞争.当然,让CE设备表现出自身的作用也更容易.

Unless you have specific need for WinMo, definitely go with generic Windows CE. That way you don't have to fight the WinMo shell and platform all the time. It's certainly easier to get a CE device to behave itself.

这篇关于在Windows CE 6.0和Windows Mobile 6.1下进行开发的权衡是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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