Can ARM desktop programs be built using visual studio 2012?

前端 未结 4 1915
梦毁少年i
梦毁少年i 2020-12-02 07:35

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

After upgrading to visual studio 2012 RC, the compiler w

4条回答
  •  抹茶落季
    2020-12-02 08:08

    You can edit the file:

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

    In the section add the line:

    true
    

    before

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

提交回复
热议问题