简体   繁体   English

如何为Windows XP Embedded编程

[英]How to program for Windows XP embedded

When it comes to mobile development on .NET platform I've only developed for Win CE and Win Mobile, but a provider offered me Win XP Embedded on some industrial computer we're going to use. 在.NET平台上进行移动开发时,我只为Win CE和Win Mobile开发,但是提供商在我要使用的某些工业计算机上为我提供了Win XP Embedded。

The question is, how do you programm for this OS, is this just a minimized version of Desktop's Win XP?, should I use the same kind of projects and framework targeting on Visual Studio? 问题是,您如何为此操作系统编程,这仅仅是Desktop Win XP的最小版本吗?我应该在Visual Studio上使用相同类型的项目和框架吗?

You program like you do for a regular Windows version. 您可以像对常规Windows版本一样进行编程。 But it is up to the system builder to decide what parts of Windows will make it onto the machine. 但是,由系统构建者决定Windows的哪些部分将其安装到计算机上。 If it is a headless version of Windows (no video support) then of course writing a GUI program is a waste of time. 如果它是Windows的无头版本(不支持视频),那么编写GUI程序当然是在浪费时间。 You'll need to talk to the system builder and tell him what you need. 您需要与系统构建者联系,并告诉他您需要什么。 Or ask what's available, it isn't usually clear who makes the choices. 或询问可用的内容,通常不清楚是谁做出选择。 Running the builder yourself is a good way to get a feel for what the options are. 自己运行构建器是了解选项的好方法。

Windows CE and XP Embedded are just two tiers of the same product. Windows CE和XP Embedded只是同一产品的两层。 They both have very similar tool-chains. 它们都有非常相似的工具链。 They both use the same compartmentalized technology, if you are similar with Win CE, it wont be too big of a change going to XP Embedded. 它们都使用相同的分区技术,如果您与Win CE相似,则对XP Embedded的更改不会太大。

The Windows Embedded website . Windows Embedded网站 Windows CE is the "Compact" line, and XP Embedded is the "Standard" line. Windows CE是“ Compact”行,而XP Embedded是“ Standard”行。

To answer your question in your post. 在您的帖子中回答您的问题。 XP Embedded is more like a feature rich Win CE than a striped down XP. 与嵌入式XP相比,XP Embedded更像是功能丰富的Win CE。

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

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