Can I develop software for Microsoft Surface on Wi

2019-01-28 10:20发布

I want to develop a WinRT app for Surface.

There is one detail I cannot find anywhere. Will I be able to compile and run on the device using Windows 7 or I need to upgrade to Windows 8?

4条回答
相关推荐>>
2楼-- · 2019-01-28 10:39

No, you can't develop an RT "Modern" style app on Windows 7. You'll need Windows 8 either installed as your main OS or hosted in a VM.

查看更多
forever°为你锁心
3楼-- · 2019-01-28 10:39

It is possible to develop with virtual machine(Win8) in windows 7 unfortunately if you want to develop without virtual machine you have to upgrade it

查看更多
\"骚年 ilove
4楼-- · 2019-01-28 10:44

From Microsoft Surface SDK documentation:

"The Microsoft Surface 2.0 SDK provides the managed APIs and the tools you need to develop Surface applications. Applications that are built using the Surface SDK can run on devices made for Surface 2.0, and on Windows 7 computers..."

Read more here: http://msdn.microsoft.com/en-us/library/ff727815.aspx

查看更多
Juvenile、少年°
5楼-- · 2019-01-28 10:45

Not directly, no. WinRT apps require windows 8 APIs, there is no support for building them on Windows 7. You can fake the environment out by setting up a virtual machine and developing on that.

查看更多
登录 后发表回答