或者直接安装 Update 3 然后重新编译程序。
Update 1下载页面(现在已经是Update 2了):http://www.microsoft.com/visualstudio/chs/downloads#d-additional-software 安装完VS2012 Update 1后,在配置属性 -> 常规 -> 平台工具集 的下拉菜单中选择 Visual Studio 2012 - Windows XP (v110_xp) ,再编译生成的程序就可以支持xp了。
Is there a plan to release the tbb binaries built with Visual Studio 2012 – Windows XP (v110_xp)? This would allow the binaries to run on Windows XP and Windows Server 2003. Thank you, Jon In the Property Pages dialog box for the project, under Configuration Properties, G...
例如,如果您已安裝 Visual Studio 2012,若要指定適用於 Windows XP 的 Visual C++ 11.0 工具組,請在檔案<Import />項目項目之後Microsoft.Cpp.props,將此屬性群組專案新增至Myproject.vcxproj項目檔: XML <PropertyGroup><PlatformToolset>v110_xp</PlatformToolset></PropertyGroup> ...
Visual Studio 2010 2010 V100 1600 MSVC++ 10.0 XP、Win7 高频 Visual Studio 2012 2012 V110 1700 MSVC++ 11.0 XP、Win7 中频 Visual Studio 2013 2013 V120 1800 MSVC++ 12.0 Win10、Win7 高频 Visual Studio 2015 2015 V140 1900 MSVC++ 14.0 Win10、Win7 中频 Visual Studio 2017 2017 V141 1910 MSV...
Windows XP X* X* Windows Server 2003 X* X* Windows Vista X X Windows Server 2008 X X Windows 7 X X Windows Server 2012 R2 X X Windows 8,8.1 X X X *可以安装 Visual Studio 2012 中内含的 v110_xp 平台工具集,以便使用 Visual Studio 的当前版本来构建 Windows XP 和 Windows Se...
In June, we announced enhanced targeting for Windows XP using the Visual Studio 2012 C++ compiler and libraries. This feature has been included in Visual Studio 2012 Update 1. You can download it from here. The purpose of this article is to provide an overview of the Windows XP targeting ex...
To target Windows XP: In Solution Explorer, open the shortcut menu for your project, and then choose Properties. In the Property Pages dialog box for the project, under Configuration Properties, General, set the Platform Toolset property to Visual Studio 2012 – Windows XP (v110_xp). As ...
Visual Studio 2012 Update 1 を適用した後、プロジェクトのプロパティから 構成プロパティ の 全般 を選び、その中の「プラットフォーム ツールセット」を「Visual Studio 2012 - Windows XP (v110_xp)」に設定する必要があります。
随着Visual Studio2012更新1的发布,我希望构建一个支持Windows XP的C++项目。有没有一种方法可以使用CMake生成针对Windows XP的项目?基本上,CMake需要生成一个使用Platform Toolset = Visual Studio2012- Windows XP (v110_xp)的项目文件。 浏览60提问于2012-11-28得票数 18 回答已采纳 ...