You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msw/binaries.md
+16-42Lines changed: 16 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Supported Compilers
8
8
We provide pre-built binary files for the following compilers:
9
9
10
10
* Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0, 14.0, 14.1 and 14.2
11
-
(corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015, 2017 and 2019 respectively).
11
+
(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.
12
12
* TDM-GCC version 5.1 and MinGW-w64 version 7.2 (with the default SJLJ
13
13
exceptions propagation method, using C++11). Please note that you need to use
14
14
the very latest MinGW-w64 7.2 compiler release with this version of the
@@ -24,7 +24,7 @@ Getting the files
24
24
-----------------
25
25
26
26
First, you need to get the correct files. You will always need the
27
-
`wxWidgets-3.1.1-headers.7z` one but the rest depends on your compiler version
27
+
`wxWidgets-3.1.3-headers.7z` one but the rest depends on your compiler version
28
28
and architecture: as different versions of MSVC compiler are not binary
29
29
compatible, you should select the files with the correct
30
30
`vc80`, `vc90`, `vc100`, `vc110`, `vc120`, or `vc14x`
@@ -35,14 +35,14 @@ or the ones without this suffix for the still more common 32-bit builds. After
35
35
determining the combination of suffixes you need, you should download the
36
36
"Dev" and the "ReleaseDLL" files in addition to the "Headers" one above,
37
37
e.g. for 32-bit MSVS 2017 development you need
38
-
`wxMSW-3.1.1_vc14x_Dev.7z` and `wxMSW-3.1.1_vc14x_ReleaseDLL.7z`.
38
+
`wxMSW-3.1.3_vc14x_Dev.7z` and `wxMSW-3.1.3_vc14x_ReleaseDLL.7z`.
0 commit comments