Mention support for MSVS 2022 in the documentation

Note that this support is still incomplete, notably we don't have
*_vc17.sln files yet and the official build scripts haven't been updated
to build MSVS 2022 binaries neither.
This commit is contained in:
Vadim Zeitlin
2021-08-26 00:02:51 +02:00
parent 8b06dd03aa
commit 5a6109fdce
5 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ This version of wxWidgets supports the following primary platforms:
Most popular C++ compilers are supported including but not limited to: 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. - g++ 4 or later, including MinGW/MinGW-64/TDM under Windows.
- Clang under macOS and Linux. - Clang under macOS and Linux.
- Intel icc compiler. - Intel icc compiler.

View File

@@ -248,7 +248,7 @@ with the vcXXX version number:
Visual Studio 2014 vc120 Visual Studio 2014 vc120
Visual Studio 2015 vc14x 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. vc14x binary to be used with any of them.
This will build all of the x86 and x64 binaries for the selected compiler version, This will build all of the x86 and x64 binaries for the selected compiler version,

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 @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 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 is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or
MinGW-w64 distributions). MinGW-w64 distributions).

View File

@@ -50,8 +50,8 @@ Microsoft Visual C++ Compilation {#msw_build_msvs}
### From the IDE ### From the IDE
Ready to use project files are provided for VC++ versions 8, 9, 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, 10, 11, 12, 14, 15, 16 and 17 (also known as MSVS 2005, 2008, 2010, 2012,
2013, 2015, 2017 and 2019 respectively). 2013, 2015, 2017, 2019 and 2022 respectively).
Simply open `wx_vcN.sln` (for N=8, 9, 10, 11, 12, 14, 15 or 16) file, 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) select the appropriate configuration (Debug or Release, static or DLL)

View File

@@ -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: 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). * 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. * [TDM-GCC](https://jmeubank.github.io/tdm-gcc/) 9.2.0.