【问题标题】:What is the minimum OS for a windows console app made with Visual C++ 2010?使用 Visual C++ 2010 制作的 Windows 控制台应用程序的最低操作系统是多少?
【发布时间】:2013-02-05 00:57:32
【问题描述】:

我使用 Visual C++ 2010 创建了一个控制台应用程序。我可以运行该程序的最早版本的 Windows 是什么?我知道这可能取决于您在程序中使用了哪些 Windows API 函数,因此我在程序中只使用了以下函数:

程序中的其他所有内容都是标准 C++。我知道控制台应用程序应该能够在非常早期的 Windows 版本上运行,但我不知道 VC++ 2010 的编译如何影响最低操作系统要求。那么,在 Windows Vista 上使用 Visual C++ 2010 编译的控制台应用程序是否能够在 Windows 95 等系统上运行?

【问题讨论】:

    标签: windows console operating-system requirements visual-c++-2010


    【解决方案1】:

    根据Can I use Visual Studio 2010's C++ compiler with Visual Studio 2008's C++ Runtime Library?,VS C++ 2010 运行时依赖于 Windows XP SP2 的功能。因此,除非您采取一些变通办法来避免使用 C++ 2010 运行时,否则这是您可以定位的最旧版本。

    【讨论】:

      猜你喜欢
      • 2011-01-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-10-18
      • 2019-01-18
      相关资源
      最近更新 更多