如何使用 VS 编译 wince 5.0 x86 应用程序

发布于 2024-08-23 07:39:53 字数 294 浏览 9 评论 0原文

我正在寻找一种使用 VS 编译 wince 5.0 x86 应用程序的方法。我发现了一个线程 适用于 Windows CE 的英特尔 C++ 编译器,您在其中提到... “对于基于 x86 架构的 Windows CE 来说可能是的......我们只需要使用通用的 Windows 编译器。”

我想知道您是否可以提供有关如何设置 Visual Studio 项目的更多详细信息。

i was looking for a way of compiling application for wince 5.0 x86 using VS. I found a thread Intel C++ Compiler for Windows CE where you mentioned ... "For Windows CE based on x86 architecture probably yes.... we just need to use general windows compiler."

I was wondering if you could provide more details on how to set up visual studio project.

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

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

发布评论

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

评论(3

娜些时光,永不杰束 2024-08-30 07:39:53

要编译面向 x86 cpu 的应用程序,您需要使用 Visual Studio 创建一个新的智能设备应用程序并选择 x86 平台。

在新应用程序的向导过程中,您将看到一个屏幕,您可以在其中选择目标平台(显示已安装的 SDK 列表)。如果您选择适用于 x86 的 SDK,则程序将使用 x86 选项进行编译。

底线是,Visual Studio 包含适用于 x86 设备的编译器。

To compile an application that targets the x86 cpu you need to create a new Smart Device application using Visual Studio and choose a platform that is x86.

During the wizard of a new application you get to a screen in which you choose your target platform (a list of installed SDKs is displayed). If you choose an SDK that is for x86, then the program will be compiled using the x86 option.

Bottom line, Visual Studio includes the compiler for x86 devices.

宛菡 2024-08-30 07:39:53

您也可以在不使用完整 Visual Studio 的情况下进行 Pocket PC 开发,本文写于 CodeProject,它利用 Express 版本来支持 Pocket PC 应用程序的开发。

希望这有帮助,
此致,
汤姆.

You can also do Pocket PC development without the usage of the full Visual Studio, this article was written on CodeProject which utilized the Express editions to enable development of Pocket PC applications.

Hope this helps,
Best regards,
Tom.

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