Can I develop software for Microsoft Surface on Windows 7 machine

我是研究僧i 提交于 2019-12-18 09:02:53

问题


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?


回答1:


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.




回答2:


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




回答3:


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.




回答4:


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



来源:https://stackoverflow.com/questions/13257478/can-i-develop-software-for-microsoft-surface-on-windows-7-machine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!