Update documentation to mention Visual Studio 2017 support

Extend the list of MSVS version to include the latest 2017 one.
This commit is contained in:
Tobias Taschner
2017-01-16 22:28:40 +01:00
committed by VZ
parent 3206df50c4
commit b026674913
4 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ wxWidgets currently supports the following primary platforms:
Most popular C++ compilers are supported including but not limited to:
- Microsoft Visual C++ 2003 or later (up to 2015).
- Microsoft Visual C++ 2003 or later (up to 2017).
- g++ 3.4 or later, including MinGW/MinGW-64/TDM under Windows.
- Clang under OS X and Linux.
- Intel icc compiler.

View File

@@ -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 2015 are supported, at least 2005
are Microsoft Visual C++ (versions 2003 up to 2017 are supported, at least 2005
is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or
MinGW-w64 distributions).

View File

@@ -103,10 +103,10 @@ Microsoft Visual C++ Compilation
* From the IDE using the provided project files:
Ready to use project files are provided for VC++ versions 7, 8, 9,
10, 11, 12 and 14 (also known as MSVS 2003, 2005, 2008, 2010, 2012, 2013
and 2015 respectively).
10, 11, 12, 14 and 15 (also known as MSVS 2003, 2005, 2008, 2010, 2012, 2013,
2015 and 2017 respectively).
Simply open wx_vcN.sln (for N=7, 8, 9, 10, 11, 12, or 14) file,
Simply open wx_vcN.sln (for N=7, 8, 9, 10, 11, 12, 14, or 15) 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

View File

@@ -27,9 +27,9 @@ 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 and 14.0
* 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 and 2015 respectively).
2010, 2012, 2013, 2015 and 2017 respectively).
* MinGW-TDM versions 4.9 and 5.1 (with the default SJLJ exceptions propagation
method, using C++11).