Update the minimum required MSVS version to 2005

This commit is contained in:
Vadim Zeitlin
2021-04-26 16:26:34 +02:00
parent 8b854d2f92
commit 99f2d0ee2b
5 changed files with 9 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ wxWidgets first-tier "ports", ie implementations of wxWidgets API, are:
@li wxMSW: This is the native port for Microsoft Windows systems (from Windows
XP up to Windows 10), either 32 or 64 bits. The primarily supported compilers
are Microsoft Visual C++ (versions 2003 up to 2019 are supported, at least 2005
are Microsoft Visual C++ (versions 2005 up to 2019 are supported, at least 2005
is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or
MinGW-w64 distributions).

View File

@@ -90,7 +90,7 @@ It is no longer actively maintained and by now rather obsolete.
wxMSW is a port of wxWidgets for the Windows platforms (Windows XP and later
are supported). wxMSW provides native look and feel for each Windows version.
This port can be compiled with several compilers including Microsoft
VC++ 2003 or later, MinGW, Cygwin as well as cross-compilation with a
VC++ 2005 or later, MinGW, Cygwin as well as cross-compilation with a
Linux-hosted MinGW tool chain.
@subpage plat_msw_install "Build and Install Instructions"