简体   繁体   English

适用于Windows CE 6.0的程序

[英]Program adaptation for Windows CE 6.0

Hello and thank you for reading my post. 您好,感谢您阅读我的帖子。

A few years ago, we developed in my company a barcode application for "Windows Mobile 6.5" using "MS Visual Studio 2005". 几年前,我们在公司开发了一个使用“MS Visual Studio 2005”的“Windows Mobile 6.5”条形码应用程序。

This application targets the mobile terminal barcode scanner and also makes use of its filesystem (database). 该应用程序以移动终端条形码扫描仪为目标,并利用其文件系统(数据库)。

We noticed that manufacturers presently sell barcode terminals ("Datalogic Memor X3" for example) with the OS "Microsoft Windows CE 6.0 Core" or "CE 6.0 Pro". 我们注意到制造商目前以操作系统“Microsoft Windows CE 6.0 Core”或“CE 6.0 Pro”销售条形码终端(例如“Datalogic Memor X3”)。

"How adaptable" is the "Windows Mobile 6.5" application for "Microsoft Windows CE 6.0"? “适应性如何”是“Microsoft Windows CE 6.0”的“Windows Mobile 6.5”应用程序? (I understand it might depend on the application itself but I don't know what information to give here. Please ask and I'll give some additional info if necessary). (我知道这可能取决于应用程序本身,但我不知道在这里提供什么信息。请询问,如有必要,我会提供一些额外的信息)。

Does it involve only minor adaptations or is it hard work? 它只涉及微小的改编还是努力工作?

We couldn't try it ourselves because We are having a hard time setting up a correct development environment (IDE, emulator). 我们自己无法尝试,因为我们很难设置正确的开发环境(IDE,模拟器)。 We don't know which IDE to use. 我们不知道使用哪个IDE。 We heard of "MS Visual Studio 2008" but it's an old version of Visual and it's not that easily available. 我们听说过“MS Visual Studio 2008”,但它是Visual的旧版本,并不是那么容易获得。

Do you have some experience regarding these matters? 你对这些事情有一些经验吗?

Best regards. 最好的祝福。

You have to use to develop WIN-CE exclusively VISUAL STUDIO 2008 other versions no longer support this platform. 您必须使用VISUAL STUDIO 2008开发WIN-CE,其他版本不再支持此平台。

I have a lot of work on these types of devices, and for the maintenance and development use only one pc WIN7 + VS2008. 我在这些类型的设备上做了很多工作,而且对于维护和开发只使用一台WIN7 + VS2008。

It 'a stable and effective technology. 它是一种稳定有效的技术。

Develop for Windows Mobile 6.5 or CE 6.0 is identical Windows Mobile 6.5或CE 6.0的开发是完全相同的

Buy or find a version of Visual Studio 2008, for those of us spread over tencnologia WinMobile (CE Mobile 6.X,embedded) is essential to have VisualStudio 2008. The versions of VisualStudio 2010 and later do not support the development of compact framework technology. 购买或找到Visual Studio 2008的版本,对于我们这些分布在Tencnologia的人来说,WinMobile(CE Mobile 6.X,嵌入式)对于VisualStudio 2008至关重要.VisualStudio 2010及更高版本的版本不支持紧凑框架技术的开发。 With the 2010 and later versions can only develop for the mobile platform WinRT (WindowsPhone and other) 随着2010及更高版本只能开发用于移动平台的WinRT(WindowsPhone等)

As known only VS 2005 or 2008 can be used. 众所周知,只能使用VS 2005或2008。 Additionally you need the device vendor SDK. 此外,您需要设备供应商SDK。 If you didn't use aygshell functions you will have no issue in migration. 如果您没有使用aygshell函数,那么迁移就没有问题。 Otherwise you have to change the windows mobile shell code. 否则你必须更改windows mobile shell代码。 Is the app written in .net or c/c++? 该应用程序是用.net还是c / c ++编写的?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM