有没有办法在 Windows7 和 Windows 7 中编写 WinRT 应用程序VS2010?
有没有办法在 Windows7 和 Windows 7 中编写 WinRT 应用程序VS2010?需要下载一些SDK吗?
我对网络内容 (Windows.Networking.Socktes) 特别感兴趣
,或者我是否需要使用 Windows 8 开发人员预览版?
Is there a way to write WinRT apps in Windows7 & VS2010? Some SDK to download?
I'm particularly interested in networking stuff (Windows.Networking.Socktes)
Or do I need to use Windows 8 developer preview?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果有办法在 Windows 7 上做到这一点,我还没有看到。
您可以下载 VS 11(带有 Fx 4.5),但它没有任何 RT 内容。
所以,是的,Win 8 预览版似乎是目前唯一的途径。一定要获得最大的下载量。
If there is a way to do it on Windows 7 I haven't seen it.
You can download VS 11 (with Fx 4.5) but it does not have any RT stuff.
So yes, the Win 8 preview seems to be the only route at this moment. Do get the largest download.
只能在 VS 2010 中进行一些预处理(C 预处理、flex/yacc、T4),然后在 Visual Studio 11 中使用生成的代码。在 Visual Studio 11 变得更加稳定之前,这是有意义的。
It's only possible to do some preprocessing (C preprocessing, flex/yacc, T4) in VS 2010 and then use the generated code in Visual Studio 11. It makes sense until Visual Studio 11 becomes more stable.
Windows 8 发布预览版在 Windows 7 下的 VMWare 下运行得很好。
Windows 8 release preview runs under VMWare under Windows 7 just fine.