Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am working on a win 8 app using VS 2012 and win 8 pro as development environment. I want to make sure that can I run this app in win RT also? or does it support only win8 pro
Posted

1 solution

If your writing a "Windows Store" app, then your app will run in Windows RT (aka Windows on ARM) as well as Windows on Intel/x86 (aka "Wintel").

If you're writing in C or C++, you will have to deploy two packages. Any other language (C#, VB, JavaScript) will require only one package.

Thanks,
Frank | Developer Evangelist @Microsoft
http://bit.ly/30ToLaunchWin8[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900