diff --git a/docs/doxygen/mainpages/introduction.h b/docs/doxygen/mainpages/introduction.h index 7bce06af1e..587d40dc74 100644 --- a/docs/doxygen/mainpages/introduction.h +++ b/docs/doxygen/mainpages/introduction.h @@ -79,7 +79,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 2017 are supported, at least 2005 +are Microsoft Visual C++ (versions 2003 up to 2019 are supported, at least 2005 is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or MinGW-w64 distributions). diff --git a/docs/msw/install.md b/docs/msw/install.md index 51c6a3e910..5a7f34bc2c 100644 --- a/docs/msw/install.md +++ b/docs/msw/install.md @@ -98,10 +98,10 @@ Microsoft Visual C++ Compilation {#msw_build_msvs} * From the IDE using the provided project files: Ready to use project files are provided for VC++ versions 7, 8, 9, -10, 11, 12, 14 and 15 (also known as MSVS 2003, 2005, 2008, 2010, 2012, 2013, -2015 and 2017 respectively). +10, 11, 12, 14, 15 and 16 (also known as MSVS 2003, 2005, 2008, 2010, 2012, +2013, 2015, 2017 and 2019 respectively). -Simply open `wx_vcN.sln` (for N=7, 8, 9, 10, 11, 12, 14, or 15) file, +Simply open `wx_vcN.sln` (for N=7, 8, 9, 10, 11, 12, 14, 15 or 16) file, select the appropriate configuration (Debug or Release, static or DLL) and build the solution. Notice that when building a DLL configuration, you may need to perform the build several times because the projects diff --git a/docs/release.md b/docs/release.md index 82b9958762..d78b277238 100644 --- a/docs/release.md +++ b/docs/release.md @@ -30,7 +30,7 @@ To verify your download please use the following SHA-1 checksums: We provide pre-built binary files for the following compilers: -* Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0, 14.0 and 14.1 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015 and 2017 respectively). +* Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0, 14.0, 14.1 and 14.2 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015, 2017 and 2019 respectively). * TDM-GCC version 5.1 and MinGW-w64 versions 7.3 and 8.1 (with the default SJLJ exceptions propagation method, using C++11). ### For Developers