开发者

WinRT app deployment to multiple devices

开发者 https://www.devze.com 2023-04-05 23:58 出处:网络
If you build 开发者_C百科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?WinRT applications built in JavaScript or C#

If you build 开发者_C百科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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消