问题描述
我正在尝试用 C++ 编写一个程序以在 Windows xp 机器上运行,但是当我将工具集设置为 Visual Studio 2012 - Windows XP (v110_xp) 时它丢失了.我所拥有的只是 Visual Studio 2012 (v110).有谁知道如何在此处获得其他选项?
I am trying to write a program in C++ to run on windows xp machines, but when I go to set the tool set to Visual Studio 2012 - Windows XP (v110_xp) it is missing. All that I have is Visual Studio 2012 (v110). Does anyone know how to get the other options here?
推荐答案
您可能需要安装更新,Windows XP 支持在 VS 2012 的初始版本中不可用.转到工具 -> 扩展和更新 ->更新并安装所有可用更新.
You may need to install an update, Windows XP support wasn't available in the initial release of VS 2012. Go to Tools -> Extensions and Updates -> Updates and install all available updates.
这篇关于为什么 Visual Studio 2012 - Windows XP (v110_xp) 选项在 Visual Studios 中丢失?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!