diff --git a/README.md b/README.md index d7bf61631e..01ee832073 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This version of wxWidgets supports the following primary platforms: Most popular C++ compilers are supported including but not limited to: -- Microsoft Visual C++ 2005 or later (up to 2019). +- Microsoft Visual C++ 2005 or later (up to 2022). - g++ 4 or later, including MinGW/MinGW-64/TDM under Windows. - Clang under macOS and Linux. - Intel icc compiler. diff --git a/docs/contributing/how-to-release.md b/docs/contributing/how-to-release.md index 2474c8591f..31fcb89c03 100644 --- a/docs/contributing/how-to-release.md +++ b/docs/contributing/how-to-release.md @@ -248,7 +248,7 @@ with the vcXXX version number: Visual Studio 2014 vc120 Visual Studio 2015 vc14x -The Visual Studio 2015, 2017 and 2019 are binary compatible, allowing the +The Visual Studio 2015, 2017, 2019 and 2022 are binary compatible, allowing the vc14x binary to be used with any of them. This will build all of the x86 and x64 binaries for the selected compiler version, diff --git a/docs/doxygen/mainpages/introduction.h b/docs/doxygen/mainpages/introduction.h index 3c075f19a7..c3308dadbe 100644 --- a/docs/doxygen/mainpages/introduction.h +++ b/docs/doxygen/mainpages/introduction.h @@ -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 2005 up to 2019 are supported, at least 2005 +are Microsoft Visual C++ (versions 2005 up to 2022 are supported, at least 2010 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 e62cf83475..9365b16d4f 100644 --- a/docs/msw/install.md +++ b/docs/msw/install.md @@ -50,8 +50,8 @@ Microsoft Visual C++ Compilation {#msw_build_msvs} ### From the IDE Ready to use project files are provided for VC++ versions 8, 9, -10, 11, 12, 14, 15 and 16 (also known as MSVS 2005, 2008, 2010, 2012, -2013, 2015, 2017 and 2019 respectively). +10, 11, 12, 14, 15, 16 and 17 (also known as MSVS 2005, 2008, 2010, 2012, +2013, 2015, 2017, 2019 and 2022 respectively). Simply open `wx_vcN.sln` (for N=8, 9, 10, 11, 12, 14, 15 or 16) file, select the appropriate configuration (Debug or Release, static or DLL) diff --git a/docs/release.md b/docs/release.md index 0dd15933d3..17e9e69ec4 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, 14.1 and 14.2 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015, 2017 and 2019 respectively). Please note that MSVC 14.x versions are ABI-compatible and the same set of binaries is used for all of them. +* Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0, 14.0, 14.1, 14.2 and 14.3 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015, 2017, 2019 and 2022 respectively). Please note that MSVC 14.x versions are ABI-compatible and the same set of binaries is used for all of them. * MinGW-w64 versions 7.3 and 8.1 (32-bit binaries use SJLJ exceptions, 64-bit ones use SEH, and all binaries use Win32 threads). * [TDM-GCC](https://jmeubank.github.io/tdm-gcc/) 9.2.0.