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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.