WinCE C++应用开发
我应该安装 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不需要,您只需要Visual Studio 2005/2008和您的目标设备的SDK(Visual Studio 2010不支持WinCE/WinMO开发)。如果您是设备的 OEM,则可能需要 Windows Embedded CE 6.0,具体取决于您的部署要求。
假设您不是设备的 OEM,则需要安装 SDK,打开 Visual Studio 并按照新的 C++ 智能设备应用程序的模板进行操作。
如果设备具有 ActiveSync,您可以在 Visual Studio 中创建安装项目。在开发过程中,您可以使用 Visual Studio 中的部署选项将应用程序复制到设备。
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.
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.
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.