可以布防桌面程序中使用的Visual Studio 2012建成? [英] Can ARM desktop programs be built using visual studio 2012?

查看:335
本文介绍了可以布防桌面程序中使用的Visual Studio 2012建成?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是用视觉Studio 2012中测试工作和我的台式机(win32)中的程序编译ARM架构的罚款。

I was working with visual studio 2012 beta and my desktop (win32) program compiled fine in ARM architecture.

升级到Visual Studio 2012 RC之后,编译器将不能正常工作,并喷出了以下错误:

After upgrading to visual studio 2012 RC, the compiler would not work and spews out the following error:

为ARM平台编译桌面应用程序,不支持

"Compiling Desktop applications for the ARM platform is not supported"

我发现一个论​​坛帖子在此
<一href=\"http://connect.microsoft.com/VisualStudio/feedback/details/745580/arm-configuration-doesnt-work\">http://connect.microsoft.com/VisualStudio/feedback/details/745580/arm-configuration-doesnt-work

I found a forum post on this http://connect.microsoft.com/VisualStudio/feedback/details/745580/arm-configuration-doesnt-work

它是正确的,微软是真正切断Win32开发基于ARM?
而在VS2012测试版编译只是侥幸?

Is it correct that Microsoft is really cutting off win32 development on ARM? And that compiling in VS2012 beta was just a fluke?

推荐答案

您可以编辑该文件:

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\ARM\Microsoft.Cpp.ARM.Common.props

&LT;&的PropertyGroup GT; 部分添加一行:

<WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>

&LT; /&的PropertyGroup GT;

而这一切,就可以构建VS2012 ARM桌面应用程序。

And that's all, you can build ARM desktop apps with VS2012.

这篇关于可以布防桌面程序中使用的Visual Studio 2012建成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆