WindowsCE 6 的开发人员体验/成本

发布于 2024-10-01 02:54:40 字数 158 浏览 0 评论 0原文

很快我们将收到一些支持 WindowsCE6 的设备 我想知道开发人员的体验如何以及成本是多少。

我收集了支持.NET Compact Framework, 但是你可以使用VS2010吗?我们需要购买任何额外的许可证吗?

我们想要构建没有 UI 的长时间运行的应用程序。

Soon we'll be receiving some WindowsCE6 enabled devices
and I'm wondering what the developer experience is and what the costs are.

I gathered the .NET Compact Framework is supported,
but can you use VS2010 and do we need to buy any additional licenses?

We want to build long running applications with no UI.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

往事风中埋 2024-10-08 02:54:40

如果您需要为 Windows CE 6.0 开发应用程序,您可以使用 VS2008 professional 进行本机 (C/C++) 和托管 (.NET Compact Framework) 应用程序开发。不支持 VS2010。
您的设备制造商可以为您提供一个 SDK(本机应用程序开发必需),该 SDK 允许您仅使用设备上操作系统映像中包含的操作系统功能(Windows CE 是组件化的,通常只使用一组组件)在特定设备上可用)。
如果您需要构建自己的操作系统版本,则需要从设备制造商处购买作为 VS2005 附加组件的 Platform Builder(其许可证包括 VS 许可证、IIRC)和 BSP。在这种情况下,您将能够在操作系统设计中添加或删除组件,使其适应您自己的应用程序需求。

If you need to develop applications for Windows CE 6.0 you can use VS2008 professional for both native (C/C++) and managed (.NET Compact Framework) application development. No support is available for VS2010.
The manufacturer of your device can give you an SDK (mandatory for native apps dev) that will allow you to use only the OS features that are included in the OS image on the device (Windows CE is componentized and usually only a set of components is available on a specific device).
If you need to build your own version of the OS you need to buy Platform Builder that is a VS2005 add-on (its license includes a VS license, IIRC) and a BSP from the device manufacturer. In this case you'll be able to add or remove components to the OS design, adapting it to your own application needs.

野の 2024-10-08 02:54:40

据我所知,这些都包含在 Visual Studio 包中。

我有一些针对较旧的 Windows CE 平台进行开发的经验,这些经验刚刚包括在内。对于较新的平台,您可以从 http://create.msdn.com 免费下载这些工具/en-us/home/getting_started

As far as I know, this is all included in the Visual Studio package.

I have had some experience developing for the older Windows CE platforms, and these were just included. For the newer platforms, you can download the tools freely at http://create.msdn.com/en-us/home/getting_started.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文