WinCE C++应用开发

发布于 2024-11-09 06:13:41 字数 109 浏览 1 评论 0原文

我应该安装 Windows Embedded CE 6.0 来开发 WinCE 应用程序吗? 我应该遵循哪些步骤来开发示例 WinCE c++ 应用程序? 如何将新应用程序复制到设备?

Should I install Windows Embedded CE 6.0 for developing a WinCE application?.
What steps should I follow to develop a sample WinCE c++ application?
How can I copy the new application to the device?

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

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

发布评论

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

评论(1

友谊不毕业 2024-11-16 06:13:41

我应该安装 Windows Embedded CE
6.0用于开发WinCE应用程序?。

不需要,您只需要Visual Studio 2005/2008和您的目标设备的SDK(Visual Studio 2010不支持WinCE/WinMO开发)。如果您是设备的 OEM,则可能需要 Windows Embedded CE 6.0,具体取决于您的部署要求。

我应该遵循哪些步骤来开发
示例 WinCE C++ 应用程序?

假设您不是设备的 OEM,则需要安装 SDK,打开 Visual Studio 并按照新的 C++ 智能设备应用程序的模板进行操作。

如何将新应用程序复制到
设备?

如果设备具有 ActiveSync,您可以在 Visual Studio 中创建安装项目。在开发过程中,您可以使用 Visual Studio 中的部署选项将应用程序复制到设备。

Should I install Windows Embedded CE
6.0 for developing a WinCE application?.

No, you just need Visual Studio 2005/2008 and the SDK of your target device (Visual Studio 2010 does not support WinCE/WinMO development). You may need Windows Embedded CE 6.0 if you are the OEM of the device, depending on your deployment requirements.

What steps should I follow to develop
a sample WinCE c++ application?

Assuming that you are not the OEM of the device, you need to install the SDK, open Visual Studio and follow the template for a new C++ Smart Device Application.

How can I copy the new application to
the device?

If the device has ActiveSync, you can create an installation project in Visual Studio. During development, you can use the deployment options in Visual Studio to copy your application to the device.

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