WinRT 应用程序部署到多个设备

发布于 2024-12-05 04:38:57 字数 63 浏览 3 评论 0原文

如果您针对 WinRT 构建应用程序,您可以将其部署到任何设备,还是必须像现在一样进行多个构建(每个平台一个)?

If you build app against WinRT, can you deploy it to any device or do you have to have multiple builds (one per platform) like you do right now?

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

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

发布评论

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

评论(1

困倦 2024-12-12 04:38:57

用 JavaScript 或 C# 构建的 WinRT 应用程序无需更改即可部署到任何 Win8 计算机。根据 Steven Sinofsky 的主题演讲,这包括 Arm 设备。用 C++ 编写的应用程序需要针对适当的架构(x86、x64、Arm)进行编译,但不需要任何源修改。

WinRT applications built in JavaScript or C# will deploy without changes to any Win8 machine. This includes Arm devices per Steven Sinofsky's keynote. Applications written in C++ will need to be compiled for the appropriate architecture (x86, x64, Arm), but should not require any source modifications.

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