Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/opencv/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 使用VS2010创建的二进制文件的最低操作系统是什么?_Windows_Visual Studio 2010 - Fatal编程技术网

Windows 使用VS2010创建的二进制文件的最低操作系统是什么?

Windows 使用VS2010创建的二进制文件的最低操作系统是什么?,windows,visual-studio-2010,Windows,Visual Studio 2010,这听起来可能是个愚蠢的问题,但我问这个问题是因为我的老板想知道。对于使用Visual Studio 2010创建的二进制文件,Windows操作系统的最低要求是多少?并非团队中的所有开发人员都安装了Windows SDK。我知道有了它,你可以瞄准Windows XP,但你知道没有Windows SDK你可以瞄准什么吗?实际上,在包含核心窗口之前,你在任何头文件中都设置了WINVER。h,这决定了二进制文件需要哪个操作系统。Visual Studio 2005 Windows 98,Window

这听起来可能是个愚蠢的问题,但我问这个问题是因为我的老板想知道。对于使用Visual Studio 2010创建的二进制文件,Windows操作系统的最低要求是多少?并非团队中的所有开发人员都安装了Windows SDK。我知道有了它,你可以瞄准Windows XP,但你知道没有Windows SDK你可以瞄准什么吗?

实际上,在包含核心窗口之前,你在任何头文件中都设置了WINVER。h,这决定了二进制文件需要哪个操作系统。

Visual Studio 2005

  • Windows 98,Windows 98第二版
  • Windows千年版
  • 视窗2000
  • 视窗XP
  • Windows Server 2003
Visual Studio 2008

  • 视窗2000
  • 视窗XP
  • Windows Server 2003
  • Windows Vista
Visual Studio 2010

  • 视窗XP
  • Windows Server 2003
  • Windows Vista
  • Windows Server 2008
  • 视窗7
  • Windows Server 2008 R2
Visual Studio 2012

  • 视窗XP
  • Windows Server 2003
  • Windows Vista
  • Windows Server 2008
  • 视窗7
  • Windows Server 2012 R2
  • 视窗8
发件人:

看在历史的份上:

  • 用于Win95、NT 3&4、Win2K和其他较旧操作系统的VC6
  • 使用Visual C++ 1.52或微软Quig 16位或DOS

如果不添加该值,最小值是多少?我不知道最小值是多少,但您应该会在输出窗口中看到一些消息说“WINVER not defined,Association###”。如果没有Windows SDK,您无法瞄准任何对象。如果他们有VisualStudio,那么他们也有SDK。如果不了解您使用的语言和库,则无法回答您的问题。