Is there a way to write WinRT apps in Windows7 & V

2019-01-25 11:42发布

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?

3条回答
我只想做你的唯一
2楼-- · 2019-01-25 12:20

Windows 8 release preview runs under VMWare under Windows 7 just fine.

查看更多
The star\"
3楼-- · 2019-01-25 12:32

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.

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-01-25 12:38

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.

查看更多
登录 后发表回答