Skip to content

Releases: wxWidgets/wxWidgets

wxWidgets 3.1.5

14 Apr 14:27
v3.1.5
Compare
Choose a tag to compare

Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

wxWidgets 3.1.5 is the latest release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series. It is not inherently more buggy or less stable than the "stable" releases and you're encouraged to use it, including in production. If you're already using 3.0, upgrading shouldn't require any special effort, so please try it out.

Please see README for more information about this release and the change log for more details of the changes in it.

Source Files and Documentation

If you intend to build wxWidgets from sources (which is recommended), please do NOT download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.

Instead, download one of wxWidgets-3.1.5.zip or wxWidgets-3.1.5.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.1.5.tar.bz2 for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.

In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also available online.

Finally, Microsoft Windows users may download Setup.exe file containing both sources and documentation, however please note that this file does not contain any binaries, please see below for those.

To verify your download please use the following SHA-1 checksums:

3f5bc4b1cc2c28646891b1dbce286966fff64feb  wxMSW-3.1.5-Setup.exe
e4deb54cbf506904072fb7540b039e4fc8d720ee  wxWidgets-3.1.5-docs-chm.zip
9935227c83ff730cd3d2f809d0cbe6c5fbcd13f9  wxWidgets-3.1.5-docs-html.tar.bz2
8ec0f4e99586ef6db43ddb218a2c2b05383b3667  wxWidgets-3.1.5-docs-html.zip
9613dfd0eb5e185f2cf227266583a8d9486b6156  wxWidgets-3.1.5-headers.7z
2113a3fe3245a9450f959358e6fec7bb9ffbf8a9  wxWidgets-3.1.5.7z
725455d6324baa808259b56a42199237327e0638  wxWidgets-3.1.5.tar.bz2
69e4dcf9be7cad0261ee5874064a8747a5585aaa  wxWidgets-3.1.5.zip

Binaries

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.
  • 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 9.2.0.
  • Gcc-10.2.0 from the MSYS2 project

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.1.5_Headers.7z file and one of wxMSW-3.1.5-vcXXX_Dev.7z or wxMSW-3.1.5_gccXXX_Dev.7z files depending on your compiler, its version and the target architecture (x86 if not specified or x64).

Unpack both files into the same directory so that include and lib directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.

Note that if you're setting up a new project using these binaries, the simplest
way to do it is to use the provided wxwidgets.props file: for this, open the
View|Property Manager menu item in the IDE, select "Add Existing Property
Sheet..." from the project context menu and browse to this file in the file
open dialog.

For End Users

End users may download one of wxMSW-3.1.5_vcXXX_ReleaseDLL.7z or wxMSW-3.1.5_gccXXX_ReleaseDLL.7z files to get just the DLLs required for running the applications using wxWidgets.

For Debugging

  • Microsoft Visual C++ users: Files wxMSW-3.1.5_vcXXX_ReleasePDB.7z contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
  • MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug symbols).

Binary File Download Verification

To verify your download please use the following SHA-1 checksums:

5ebc1b0582bce8d701a57b02e6a2fba349321b0e wxMSW-3.1.5_gcc730_Dev.7z
82e40b67049a952c5e030973909125471c4e0fee wxMSW-3.1.5_gcc730_ReleaseDLL.7z
5cdffc4fbafa12d84666f6a6c64960fe7d2e8d02 wxMSW-3.1.5_gcc730_x64_Dev.7z
ab2d354c6fdec2cde0e7c42ef85235d6461c77f0 wxMSW-3.1.5_gcc730_x64_ReleaseDLL.7z
ad1c0cc2eda897894ae904c2a4a52ca9ac2c8c4b wxMSW-3.1.5_gcc810_Dev.7z
dd51936f6c9c9c03c0c1688476cbd171a7d00242 wxMSW-3.1.5_gcc810_ReleaseDLL.7z
c9d8b6183880d5babff36b92d16f083a35747feb wxMSW-3.1.5_gcc810_x64_Dev.7z
d0743d33ceef99d151750303c09ce03206b19716 wxMSW-3.1.5_gcc810_x64_ReleaseDLL.7z
f45e4422104057bc306d2841cf3edd2566a9321b wxMSW-3.1.5_gcc920TDM_Dev.7z
b2f97add892697b9d9ca44eff37c377fd99c0091 wxMSW-3.1.5_gcc920TDM_ReleaseDLL.7z
ea7542359df9aa836ccb5b5bd2acf1d342f1d552 wxMSW-3.1.5_gcc920TDM_x64_Dev.7z
aa17b32d798a858821cb736fc8bd3717eb1e0705 wxMSW-3.1.5_gcc920TDM_x64_ReleaseDLL.7z
6460c066909f2bef2126e03fe3fa624c84f3a80f wxMSW-3.1.5_gcc1020_Dev.7z
2a078d693e883a4ee6f456a7f4e62db7d057dbc6 wxMSW-3.1.5_gcc1020_ReleaseDLL.7z
ddc8237d1142e27c7caf20a618a67dfca292bc3e wxMSW-3.1.5_gcc1020_x64_Dev.7z
efff40d1a8daa8cdc70338e7c08429e6bada650c wxMSW-3.1.5_gcc1020_x64_ReleaseDLL.7z
d04068d7a9908820c53baa54b793ac9c288b812e wxMSW-3.1.5_vc90_Dev.7z
cf2f63efd2896894a687870ac6555335a9285f54 wxMSW-3.1.5_vc90_ReleaseDLL.7z
e32668f005338bf331dee10d1e59bf65ddb90799 wxMSW-3.1.5_vc90_ReleasePDB.7z
dc8e6bb959f7eec8826a077d3f307e0eb46542cf wxMSW-3.1.5_vc90_x64_Dev.7z    
f5592a7beaeb8fab7f14603643daa450bbafefe4 wxMSW-3.1.5_vc90_x64_ReleaseDLL.7z
cd102f77207ec0342e527c7524a9e1290f604aa2 wxMSW-3.1.5_vc90_x64_ReleasePDB.7z
8fb912b537438f693b26c5c56264f24871941024 wxMSW-3.1.5_vc100_Dev.7z
29c7feb422db624b578b76ecdb2cec9d09aa0b65 wxMSW-3.1.5_vc100_ReleaseDLL.7z
e6e12d373d3135e98ccd8701c8107ce69157b6a6 wxMSW-3.1.5_vc100_ReleasePDB.7z
75ae81d87aeeaaf37ab5542f347f1a4e1e54b02e wxMSW-3.1.5_vc100_x64_Dev.7z
8ff1b1ed997a940274b5bbb1203170f11d8e13cc wxMSW-3.1.5_vc100_x64_ReleaseDLL.7z
6afd3c8d47f6994a1adec0f2ccd60ed44bbd84b0 wxMSW-3.1.5_vc100_x64_ReleasePDB.7z
f5c9dc6c1c67b28f19696d713dc9cd28c1899bed wxMSW-3.1.5_vc110_Dev.7z
36e5687913ca3cae8c0d6435921f777d508e8950 wxMSW-3.1.5_vc110_ReleaseDLL.7z
89423a7dcb8302d72aacb9cdba067622cdc28800 wxMSW-3.1.5_vc110_ReleasePDB.7z
24bde7032e0869acd585dc7363112bf51630e7ee wxMSW-3.1.5_vc110_x64_Dev.7z
893c6b02429e9fac715e1ff645ef7e65e4ad47f0 wxMSW-3.1.5_vc110_x64_ReleaseDLL.7z
69776baba10b0b436e577c366cdb6c7b12723fd0 wxMSW-3.1.5_vc110_x64_ReleasePDB.7z
d054ed0af0996892d75d4a14028f027a06fda8df wxMSW-3.1.5_vc120_Dev.7z
8d0a66e65a91e2b1ecb602a516edb053fdca803c wxMSW-3.1.5_vc120_ReleaseDLL.7z
34059b0f3b88aa1db1aea89476b4c1d57a873e7a wxMSW-3.1.5_vc120_ReleasePDB.7z
bc0d980dab0d6c87d8f0edc88a1569313a1ac285 wxMSW-3.1.5_vc120_x64_Dev.7z
437e8394c0bf4cb13a5406aac84260aee6cb7833 wxMSW-3.1.5_vc120_x64_ReleaseDLL.7z
6a43784877cb83cef8250da71b7c0f28a264248a wxMSW-3.1.5_vc120_x64_ReleasePDB.7z
6153ecaef9105c2aec786bf20121df149d6115a0 wxMSW-3.1.5_vc14x_Dev.7z
da90397fad661ea8bbdf499fe0b87857d0d07340 wxMSW-3.1.5_vc14x_ReleaseDLL.7z
99bdb43cfd7c2182c0b3890f7e12a071762e2541 wxMSW-3.1.5_vc14x_ReleasePDB.7z
928ebff47e307eb56d3e1930dcd3d16f24b355bc wxMSW-3.1.5_vc14x_x64_Dev.7z
92fbc1b9cb408d424497946c8e8453fd8f40d46d wxMSW-3.1.5_vc14x_x64_ReleaseDLL.7z
a6abd53b92e2378504948560dcac4e6fa77019ae wxMSW-3.1.5_vc14x_x64_ReleasePDB.7z

Reporting Problems

Please report bugs to the issue tracker or the wx-users mailing list.

wxWidgets 3.1.4

22 Jul 17:49
v3.1.4
Compare
Choose a tag to compare

Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

wxWidgets 3.1.4 is the latest release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series. It is not inherently more buggy or less stable than the "stable" releases and you're encouraged to use it, including in production. If you're already using 3.0, upgrading shouldn't require any special effort, so please try it out.

Please see README for more information about this release and the change log for more details of the changes in it.

Source Files and Documentation

If you intend to build wxWidgets from sources (which is recommended), please do NOT download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.

Instead, download one of wxWidgets-3.1.4.zip or wxWidgets-3.1.4.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.1.4.tar.bz2 for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.

In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also available online.

Finally, Microsoft Windows users may download Setup.exe file containing both sources and documentation, however please note that this file does not contain any binaries, please see below for those.

To verify your download please use the following SHA-1 checksums:

7e19253507156efc61dd8657af798177717775fe  wxMSW-3.1.4-Setup.exe
d5c642b4adfc413270172deeb807474a129c52fd  wxWidgets-3.1.4-docs-chm.zip
6d769104a4d8cad7f3e028c6b022f3a850ba99e0  wxWidgets-3.1.4-docs-html.tar.bz2
445063cbd8e11085b78d8c33e21ba65b54b68fdd  wxWidgets-3.1.4-docs-html.zip
fe15946b9aacd469586edfe89afac51b3d750209  wxWidgets-3.1.4-headers.7z
f5eed3129a7cfa9e462e5d3029673b6d87267efd  wxWidgets-3.1.4.7z
f8c77e6336b5f6414b07e27baa489fb8abc620c4  wxWidgets-3.1.4.tar.bz2
be1ec2cc03a97682f96e2fb8a50ac7ebf52d6a8d  wxWidgets-3.1.4.zip

Binaries

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).
  • 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 9.2.0.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.1.4_Headers.7z file and one of wxMSW-3.1.4-vcXXX_Dev.7z or wxMSW-3.1.4_gccXXX_Dev.7z files depending on your compiler, its version and the target architecture (x86 if not specified or x64).

Unpack both files into the same directory so that include and lib directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.

Note that if you're setting up a new project using these binaries, the simplest
way to do it is to use the provided wxwidgets.props file: for this, open the
View|Property Manager menu item in the IDE, select "Add Existing Property
Sheet..." from the project context menu and browse to this file in the file
open dialog.

For End Users

End users may download one of wxMSW-3.1.4_vcXXX_ReleaseDLL.7z or wxMSW-3.1.4_gccXXX_ReleaseDLL.7z files to get just the DLLs required for running the applications using wxWidgets.

For Debugging

  • Microsoft Visual C++ users: Files wxMSW-3.1.4_vcXXX_ReleasePDB.7z contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
  • MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug symbols).

Binary File Download Verification

To verify your download please use the following SHA-1 checksums:

6a79e7c4356dd8c5b5d687de2f87f583d71f2c2a wxMSW-3.1.4_gcc730_Dev.7z
8dcb3c582c09d680581f913661784c785c90fa6c wxMSW-3.1.4_gcc730_ReleaseDLL.7z
2d9c0268c856157c90da95d11ef499cb8bba0ac3 wxMSW-3.1.4_gcc730_x64_Dev.7z
5f218e7897210c5422e2b9e088b67ba0842dd272 wxMSW-3.1.4_gcc730_x64_ReleaseDLL.7z
965c3c7429ab21ded9f0fc89d38459423b890107 wxMSW-3.1.4_gcc810_Dev.7z
a9ce630504da31761bcce2b23108c8190b25005a wxMSW-3.1.4_gcc810_ReleaseDLL.7z
9c560cb05d6f3ee05a2879192eee82d062cb52e0 wxMSW-3.1.4_gcc810_x64_Dev.7z
946a5cee45a24d4a50c0cd2c2515524406049e08 wxMSW-3.1.4_gcc810_x64_ReleaseDLL.7z
da39a3ee5e6b4b0d3255bfef95601890afd80709 wxMSW-3.1.4_gcc920TDM_Dev.7z
d6af63b5691609f64e8a1281336c908be8385460 wxMSW-3.1.4_gcc920TDM_Dev.7z.part
1c9ae729f3e4785c1e11a2e6bb44882c22612217 wxMSW-3.1.4_gcc920TDM_ReleaseDLL.7z
9254447e7ec8b5d73296db901c3745ce42651842 wxMSW-3.1.4_gcc920TDM_x64_Dev.7z
5b2d57889e55b4f61457b2ac501f61e3756b67ec wxMSW-3.1.4_gcc920TDM_x64_ReleaseDLL.7z
55ec77bc8b66302b44103b766cf00068659da913 wxMSW-3.1.4_vc90_Dev.7z
1933b9b471ae2916e00af615ff18ee341b69646b wxMSW-3.1.4_vc90_ReleaseDLL.7z
f51347d78dbdb68cef0f063f50a2f0782d50c275 wxMSW-3.1.4_vc90_ReleasePDB.7z
4e8d0ea573d50db624d611add06beaa9b4b6a1d1 wxMSW-3.1.4_vc90_x64_Dev.7z
fde90dae3f86303dcc7ff80aa7f6287851f5e179 wxMSW-3.1.4_vc90_x64_ReleaseDLL.7z
7d8cd56de140e86457307d801c561dfaa72f0ede wxMSW-3.1.4_vc90_x64_ReleasePDB.7z
9668414a32464940df0dcb6d5022b77efe45807a wxMSW-3.1.4_vc100_Dev.7z
561570696849d513e0b950f9922e1b487f5b37ce wxMSW-3.1.4_vc100_ReleaseDLL.7z
917c359d7e659162c739664b4b0cc9099f3fc612 wxMSW-3.1.4_vc100_ReleasePDB.7z
dc895929385d4ef57288703afc801ca4d5925fc4 wxMSW-3.1.4_vc100_x64_Dev.7z
596300c3122e1888646ac890d5a21b9be64cd2fc wxMSW-3.1.4_vc100_x64_ReleaseDLL.7z
f1f7e5850d29b1f24fbe26e606723b3e4fa0082b wxMSW-3.1.4_vc100_x64_ReleasePDB.7z
99f3651d1857f4580347cf941de0bc440586e3b9 wxMSW-3.1.4_vc110_Dev.7z
63279dfbbf614274e8dd7101ab210c2a5caa9ab1 wxMSW-3.1.4_vc110_ReleaseDLL.7z
9bbcab032f3c5fc90bd841f4585a4e7d292285eb wxMSW-3.1.4_vc110_ReleasePDB.7z
3c00a218c2044efc54ea25102858ca67563cbbcd wxMSW-3.1.4_vc110_x64_Dev.7z
f69c86dc4840d1ecc0d35db0ef0e9137894dae6f wxMSW-3.1.4_vc110_x64_ReleaseDLL.7z
4462b101aa5371fae26e5c0a776ccb5028c9e954 wxMSW-3.1.4_vc110_x64_ReleasePDB.7z
a631c1e4ebb6cc12d76584ac27364f0905678fb9 wxMSW-3.1.4_vc120_Dev.7z
d29b3a699357516de2f1af06fc718f0d58139fe6 wxMSW-3.1.4_vc120_ReleaseDLL.7z
84093a3b358a47efeab9a5788834eeeb1dc1d1d7 wxMSW-3.1.4_vc120_ReleasePDB.7z
0a9e1a8818176646f618372ca2a55093c346745b wxMSW-3.1.4_vc120_x64_Dev.7z
28f5f4dc8768e111f8485b4cf11435b78038f027 wxMSW-3.1.4_vc120_x64_ReleaseDLL.7z
a7e9f285f15bf4091364f1e81511f8a51c13f0bf wxMSW-3.1.4_vc120_x64_ReleasePDB.7z
53ca996900a1174b1ef3fb1449cac16de69ad32e wxMSW-3.1.4_vc14x_Dev.7z
e5276f1d1eb92e40c107097e3ac6835ca434ba98 wxMSW-3.1.4_vc14x_ReleaseDLL.7z
55d5503078d8fcf0338d757b5493125f9a4f5567 wxMSW-3.1.4_vc14x_ReleasePDB.7z
33da2620195dc261147f4f7dfb7fe01bb46884e2 wxMSW-3.1.4_vc14x_x64_Dev.7z
442c7ae5121c29f6718e703e1673268d2737c16b wxMSW-3.1.4_vc14x_x64_ReleaseDLL.7z
dc7cd62c853f1253b7f0ecacf7d69887af593951 wxMSW-3.1.4_vc14x_x64_ReleasePDB.7z

Reporting Problems

Please report bugs to the issue tracker or the wx-users mailing list.

wxWidgets 3.0.5.1

10 May 01:11
v3.0.5.1
Compare
Choose a tag to compare

This is a patch release updating the soname of the shared libraries for Unix/ELF systems which was forgotten in 3.0.5. Because of this, please use the source archives from this release if you're building wxWidgets shared libraries from source under these systems, but please refer to 3.0.5 files for all the rest, i.e. MSW binaries and the documentation.

For completeness, the only other changes compared to 3.0.5 are:

  • Workaround for the problem with overflowing maximum command line length in MinGW builds not using configure.
  • Fix for a problem with wxSpinCtrl in wxGTK, see #18688.

Download Verification

To verify your download please use the following sha1sums:

3530fe38c66e8a0ec162e9dabca236500543dcaa  wxWidgets-3.0.5.1.7z
9b6b0d41d57f38fe6695dd25e68beb08f736afa0  wxWidgets-3.0.5.1-headers.7z
406ac736f61d88a3a866aa501e01e408a642c6e7  wxWidgets-3.0.5.1.tar.bz2
efb9be566fa47029f71b57976212ef6771884c2b  wxWidgets-3.0.5.1.zip

wxWidgets 3.0.5

27 Apr 20:49
v3.0.5
Compare
Choose a tag to compare

Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

Please notice that since the 2.9 series, only a single source distribution is provided instead of the multiple distributions containing only the files for each port as was done before. So you only need to download wxWidgets-3.0.5.zip (or .7z for much smaller archive size) for Microsoft Windows systems or wxWidgets-3.0.5.tar.bz2 for Unix ones, including Mac OS X. The only difference between these files is that the ZIP (and 7z) archives contain files with DOS line endings while the tar balls contain files with Unix line endings.

See README for more information about this release and the change log for details of the changes in it.

Reporting Problems

Please report bugs to the issue tracker or the wx-users mailing list.

Download Verification

To verify your download please use the following sha1sums:

763ee2656409e6fe699a482ccf37bb2aebb3cee9  wxMSW-3.0.5-Setup.exe
2adf560c5d21c84f1fffc5265ba3fcf3b0e62720  wxWidgets-3.0.5-docs-chm.zip
abc78b0481c8b8878f930f16e3a155bd3bd91f10  wxWidgets-3.0.5-docs-html.tar.bz2
98e2e8398d3c6271cb4bec98767d12a99833125c  wxWidgets-3.0.5-docs-html.zip
dd66663a1741909ec0df99ff1b7d03ecb926a7ad  wxWidgets-3.0.5-headers.7z
e5fb1847fc27fe5dc086e50054e6e1399a51d2aa  wxWidgets-3.0.5.7z
30a2f96a5a9e0b84f630c6e8629d2fb8c6414199  wxWidgets-3.0.5.tar.bz2
d0b0b68dc934917f8831dbf3fc4081ff79d16a58  wxWidgets-3.0.5.zip

Binaries

We have provided 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.
  • TDM-GCC version 4.9.2, 5.1.0, 9.2.0 and MinGW-w64 version 7.2.0, 7.3.0 and 8.1.0 (with the default SJLJ exceptions propagation method for 32 bits architectures and SEH one for 64 bits, using C++11). Please note that for MinGW-w64 7.2.0, you need to use the very latest release which can be downloaded from here for 32 bits and here for 64 bits, the older "rev0" release has a known bug affecting building wxWidgets in some scenarios.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.0.5_Headers.7z file and one of wxMSW-3.0.5-vcXXX_Dev.7z or wxMSW-3.0.5_gccXXX_Dev.7z files depending on your compiler, its version and the target architecture (x86 if not specified or x64).

Unpack both files into the same directory so that include and lib directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.

For End Users

End users may download one of wxMSW-3.0.5_vcXXX_ReleaseDLL.7z or wxMSW-3.0.5_gccXXX_ReleaseDLL.7z files to get just the DLLs required for running the applications using wxWidgets.

For Debugging

  • Microsoft Visual C++ users: Files wxMSW-3.0.5_vcXXX_ReleasePDB.7z contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
  • MinGW-TDM and MinGW-w64 users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug symbols).

Binary File Download Verification

To verify your download please use the following sha1sums:

bf7d4de689b046dcb052b7f44199ff89842d9de0 wxMSW-3.0.5_gcc492TDM_Dev.7z
6d307790c6fc4ededc48e4288eef3cba739d5a8f wxMSW-3.0.5_gcc492TDM_ReleaseDLL.7z
3f576fce57c154e25e16677728d0d623349c2f83 wxMSW-3.0.5_gcc492TDM_x64_Dev.7z
d2ab58630832119934a5df41ccd7e172a558a919 wxMSW-3.0.5_gcc492TDM_x64_ReleaseDLL.7z
495dd2d509d463c6787fbb5f592ae8b94988d3c1 wxMSW-3.0.5_gcc510TDM_Dev.7z
86f5f9e239ec6cffa8393bfb2e57f18dc0942feb wxMSW-3.0.5_gcc510TDM_ReleaseDLL.7z
b1edc1f0027ae1dfaccfcbe4d68b384a8a89bb2b wxMSW-3.0.5_gcc510TDM_x64_Dev.7z
d29eb4e2f0f96fd0891a477193147ed9c7401d71 wxMSW-3.0.5_gcc510TDM_x64_ReleaseDLL.7z
cc56d8c8f73b63ac3e90f593eec424054cc75055 wxMSW-3.0.5_gcc720_Dev.7z
4f2609ca64da2189afd0f21c78912a9ec20ae818 wxMSW-3.0.5_gcc720_ReleaseDLL.7z
788c4e182be162e3d6df82aabcbe901f725e5c02 wxMSW-3.0.5_gcc720_x64_Dev.7z
a0ec2111567468ece1dc802a65b1c89bbe6864f7 wxMSW-3.0.5_gcc720_x64_ReleaseDLL.7z
dbb0aed03c023f4bffe2771bd0865d36da111ee6 wxMSW-3.0.5_gcc730_Dev.7z
eb4afb3e1cb078bb6a631a88af760a3cb60bfacc wxMSW-3.0.5_gcc730_ReleaseDLL.7z
c469041b26b3981c2bf0fc6ab8e17da242e964f5 wxMSW-3.0.5_gcc730_x64_Dev.7z
c751a158c80d854ae89981aa82b619cad95aba0e wxMSW-3.0.5_gcc730_x64_ReleaseDLL.7z
b8566504d8a2ae6f5c468f8662504afb803adc96 wxMSW-3.0.5_gcc810_Dev.7z
4cfe2f1070569364cfc48ea39a60ed8d512f7d51 wxMSW-3.0.5_gcc810_ReleaseDLL.7z
2df578871cfe29fba329795946aa6573aebe25cf wxMSW-3.0.5_gcc810_x64_Dev.7z
3ec6e7dad38b3d86305d7424cefc7dd8560d645a wxMSW-3.0.5_gcc810_x64_ReleaseDLL.7z
ba08d1df28c11a59d2986befb6086ecf31d2c0ad wxMSW-3.0.5_gcc920TDM_Dev.7z
6f88311bf9a1115b5fc01d96fab19433f8d3eb43 wxMSW-3.0.5_gcc920TDM_ReleaseDLL.7z
75773e150d9a4d6d21fc10e43ac3a12449fccbfa wxMSW-3.0.5_gcc920TDM_x64_Dev.7z
fc2c5e7d0b33dd78924b82457879e43850a21a4e wxMSW-3.0.5_gcc920TDM_x64_ReleaseDLL.7z
66925fd02fae96626ad5ef122cd06386a4b40a9b wxMSW-3.0.5_vc90_Dev.7z
292afcd5c076b50facd52883e912db1bf8a62189 wxMSW-3.0.5_vc90_ReleaseDLL.7z
187cf147a4e45c567267ca2bef48e910b42efd3e wxMSW-3.0.5_vc90_ReleasePDB.7z
ba67050251d3cde7db6ae49c8414c0a1efefdb13 wxMSW-3.0.5_vc90_x64_Dev.7z
cc5d5fa7ae739c2541aee097f5e2189033d9f6d9 wxMSW-3.0.5_vc90_x64_ReleaseDLL.7z
553d66294e66d3a74dea13400ad790835d26e040 wxMSW-3.0.5_vc90_x64_ReleasePDB.7z
c4e99f515a2087945dea340f5daf29c37e5b1a3d wxMSW-3.0.5_vc100_Dev.7z
8e2e0d8b8dd3178667583faa0396989ff7d30b9e wxMSW-3.0.5_vc100_ReleaseDLL.7z
19e93309997b088939971fe9a09b02b7eb445494 wxMSW-3.0.5_vc100_ReleasePDB.7z
e63d437f04ee07cabb279244f93954ceee4b0f92 wxMSW-3.0.5_vc100_x64_Dev.7z
57df29065ec60da36d03192ee32c126fee7efa3a wxMSW-3.0.5_vc100_x64_ReleaseDLL.7z
e59b07629d8a096f6ae4e7caaf776467b626645c wxMSW-3.0.5_vc100_x64_ReleasePDB.7z
8826e8a63262cc1f126aacc3a715c5a354b310b4 wxMSW-3.0.5_vc110_Dev.7z
4ef0858ee13c1410b403e9833e6e49e856c5fe35 wxMSW-3.0.5_vc110_ReleaseDLL.7z
4e4c8b7ac757a156f96484fc9b700893e1712fbf wxMSW-3.0.5_vc110_ReleasePDB.7z
79c1fb29a2c518c0073486da4acbbebf7d5adf88 wxMSW-3.0.5_vc110_x64_Dev.7z
4f877a2e416d1889a4f277cec18a6e230ac79870 wxMSW-3.0.5_vc110_x64_ReleaseDLL.7z
3d8ae379f2ac0d5f35918fed1881506b284be9eb wxMSW-3.0.5_vc110_x64_ReleasePDB.7z
e8ec4b30bad199ff6ff278d688b367e91d706388 wxMSW-3.0.5_vc120_Dev.7z
77ed8f9f4252d82270e1bcae6ef0239682732887 wxMSW-3.0.5_vc120_ReleaseDLL.7z
6d4e439cbba1941c94c7be5f55d85519978fd14f wxMSW-3.0.5_vc120_ReleasePDB.7z
ad8dc6c9955bf2b43739c6e088bd7308ce70b559 wxMSW-3.0.5_vc120_x64_Dev.7z
df78733774393e1c68021601f0d1841cb1897e32 wxMSW-3.0.5_vc120_x64_ReleaseDLL.7z
9729b3da233d633c257ced047e1ecae733e3d122 wxMSW-3.0.5_vc120_x64_ReleasePDB.7z
a1b82497570fab25ffa0d0ef40d4a91babf3a0c2 wxMSW-3.0.5_vc140_Dev.7z
909305828bf311b4bb436471d8445c0477e4583f wxMSW-3.0.5_vc140_ReleaseDLL.7z
365c48032fcf78aae5e78dfd95b48fe348898b3d wxMSW-3.0.5_vc140_ReleasePDB.7z
9f8379c8948a99bbf88d96b90cbdeabf76fdcb64 wxMSW-3.0.5_vc140_x64_Dev.7z
59ddbad4d6b8af6c068a711608ae2955337232c0 wxMSW-3.0.5_vc140_x64_ReleaseDLL.7z
cf248b0f46faa2ff6db293c29d8a5a2ed02ea6a4 wxMSW-3.0.5_vc140_x64_ReleasePDB.7z
4bf2a48895d7593cdde0da9bfc4b0a88b38f599b wxMSW-3.0.5_vc141_Dev.7z
53002d8cd4604513719771aca702d5bd8be8b62a wxMSW-3.0.5_vc141_ReleaseDLL.7z
7f41419e42f6c8a422e46c2dae8a558e77e85832 wxMSW-3.0.5_vc141_ReleasePDB.7z
c84cb2b5abebd8b913b7be0f490943bf9a745d2d wxMSW-3.0.5_vc141_x64_Dev.7z
33439961cc9147c018c03d12613b4c22fc0d6b89 wxMSW-3.0.5_vc141_x64_ReleaseDLL.7z
f5301df8ad81cb705f65621413be4d1935c57923 wxMSW-3.0.5_vc141_x64_ReleasePDB.7z
ac5e5e97a30804bc441289795f6e36194b8dab8f wxMSW-3.0.5_vc142_Dev.7z
74b29badde0b5b6d740078312958705b4b104f56 wxMSW-3.0.5_vc142_ReleaseDLL.7z
e781d9f31305c7805ff9e788b51ef2ec18f1c9b9 wxMSW-3.0.5_vc142_ReleasePDB.7z
1e4ef8901a778ee9f28ef1f464d8f2e92f5edded wxMSW-3.0.5_vc142_x64_Dev.7z
3edd0f157de67cd970eff64f2a87609807fb1b01 wxMSW-3.0.5_vc142_x64_ReleaseDLL.7z
db9ce99df04ab18a9e7d465d002beb4432fcd099 wxMSW-3.0.5_vc142_x64_ReleasePDB.7z

wxWidgets 3.1.3

28 Oct 12:36
v3.1.3
Compare
Choose a tag to compare

Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

wxWidgets 3.1.3 is the latest release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series. It is not inherently more buggy or less stable than the "stable" releases and you're encouraged to use it, including in production. If you're already using 3.0, upgrading shouldn't require any special effort, so please try it out.

Please see README for more information about this release and the change log for the details of the changes in it.

Source Files and Documentation

If you intend to build wxWidgets from sources (which is recommended), please do NOT download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.

Instead, download one of wxWidgets-3.1.3.zip or wxWidgets-3.1.3.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.1.3.tar.bz2 for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.

In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also available online.

Finally, Microsoft Windows users may download Setup.exe file containing both sources and documentation, however please note that this file does not contain any binaries, please see below for those.

To verify your download please use the following SHA-1 checksums:

393a91afb64ee989bf986677a4aa5597acf6ed6d  wxMSW-3.1.3-Setup.exe
b62a17569f2229eb60f5ebd1abfb2a551dea4969  wxWidgets-3.1.3-docs-chm.zip
13f374c4ddef7f5e5a1a209704a9b314469b00ff  wxWidgets-3.1.3-docs-html.tar.bz2
8ddaeb0ffd8478c90d7e2c5f241988704962952f  wxWidgets-3.1.3-docs-html.zip
d3b59e1b178f14b6f238f8bde70a29ba80a70990  wxWidgets-3.1.3-headers.7z
19b42dce10c93f90257c0c87af527bfa8d756a0a  wxWidgets-3.1.3.7z
18be15d7a9e5b733e647677d3e9bc476df727f73  wxWidgets-3.1.3.tar.bz2
40112ee7dc4262b46cc4475145db96488bcd64ff  wxWidgets-3.1.3.zip

Binaries

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).
  • MinGW-w64 versions 7.3 and 8.1 (with the default SJLJ exceptions propagation method, using C++11).

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.1.3_Headers.7z file and one of wxMSW-3.1.3-vcXXX_Dev.7z or wxMSW-3.1.3_gccXXX_Dev.7z files depending on your compiler, its version and the target architecture (x86 if not specified or x64).

Unpack both files into the same directory so that include and lib directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.

Note that if you're setting up a new project using these binaries, the simplest way to do it is to use the provided wxwidgets.props file: for this, open the View|Property Manager menu item in the IDE, select "Add Existing Property Sheet..." from the project context menu and browse to this file in the file open dialog.

For End Users

End users may download one of wxMSW-3.1.3_vcXXX_ReleaseDLL.7z or wxMSW-3.1.3_gccXXX_ReleaseDLL.7z files to get just the DLLs required for running the applications using wxWidgets.

For Debugging

  • Microsoft Visual C++ users: Files wxMSW-3.1.3_vcXXX_ReleasePDB.7z contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
  • MinGW-w64 users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug symbols).

Binary File Download Verification

To verify your download please use the following SHA-1 checksums:

3019a9fd73c11af66972a69724a8696be6ecdacc wxMSW-3.1.3_gcc730_Dev.7z
ab8cdb3ddcb487703ae47bc1b64684c50f9aeae3 wxMSW-3.1.3_gcc730_ReleaseDLL.7z
c1818ec0c7f9b7efc2d3bca3f925a786cc8d8e4c wxMSW-3.1.3_gcc730_x64_Dev.7z
21e7413e0e54d2b47937f16fd7392bc8e5da47a5 wxMSW-3.1.3_gcc730_x64_ReleaseDLL.7z
b3474ce639cbb3c79cd33b64b6f1ee9a07368c49 wxMSW-3.1.3_gcc810_Dev.7z
f4231b4b1209def45c46384ec0a5164cca3d55b9 wxMSW-3.1.3_gcc810_ReleaseDLL.7z
0f22e0c201a4a03730b57d6c455642e9aec80334 wxMSW-3.1.3_gcc810_x64_Dev.7z
77b344be951c73c0155144ab3d7fa5007ed2ad49 wxMSW-3.1.3_gcc810_x64_ReleaseDLL.7z
86ed78ddeed38eabd842025b3261e07e90d8d99a wxMSW-3.1.3_vc90_Dev.7z
19995a4088fc02d5739c14fce2f0b255d404ae69 wxMSW-3.1.3_vc90_ReleaseDLL.7z
42002a482fae61de9be906401a28703e0972542b wxMSW-3.1.3_vc90_ReleasePDB.7z
81e9fd12898fdb14bb171b7bc9a3678611663300 wxMSW-3.1.3_vc90_x64_Dev.7z
3aa783e68b713a0329b84222f127ff4a36d99b71 wxMSW-3.1.3_vc90_x64_ReleaseDLL.7z
ed37a9bc5804a13f9b6514a83161dd48826cc8c8 wxMSW-3.1.3_vc90_x64_ReleasePDB.7z
369d1aa19b572dbf2a17c98ab789cded6ce326bc wxMSW-3.1.3_vc100_Dev.7z
6dd7a977bebd033fdde6274caf2cd46d80cb1776 wxMSW-3.1.3_vc100_ReleaseDLL.7z
0734e55446fda6251cb5ffbc49d03a872fea2425 wxMSW-3.1.3_vc100_ReleasePDB.7z
31e7f0b3f23ed756932764414d53d34c1995ed79 wxMSW-3.1.3_vc100_x64_Dev.7z
26bb3d6013ca94c99bf0785cbde8d250de95bc8b wxMSW-3.1.3_vc100_x64_ReleaseDLL.7z
b25a2ee6d4318594f684a6acbb40bcaf30a951ec wxMSW-3.1.3_vc100_x64_ReleasePDB.7z
508c6afb3714eb9dba255cd8aa850241dc8c84fe wxMSW-3.1.3_vc110_Dev.7z
2c9d8d83618d0dd479f801f3f5f023bf5dd6295f wxMSW-3.1.3_vc110_ReleaseDLL.7z
06b13e82c312102aaff280695b66dde7884ae1b3 wxMSW-3.1.3_vc110_ReleasePDB.7z
0794d06b954f3e576a433ebf95dd0ce020d4bb31 wxMSW-3.1.3_vc110_x64_Dev.7z
563979b78e68a81a77e7cf9e0a95a225c73a8b34 wxMSW-3.1.3_vc110_x64_ReleaseDLL.7z
fcc4d6c93afca3b5084be838124af5cb89161d3f wxMSW-3.1.3_vc110_x64_ReleasePDB.7z
e739c677a4fa1be717ef5c8e8ea88f815407343a wxMSW-3.1.3_vc120_Dev.7z
1ab119814384ea620763d5bd3a9552093783680f wxMSW-3.1.3_vc120_ReleaseDLL.7z
217e5cd686f0b965d330145d923c220e39d04caa wxMSW-3.1.3_vc120_ReleasePDB.7z
9310a6c6b3bf0d351b896c66bf114d9fd4848dcd wxMSW-3.1.3_vc120_x64_Dev.7z
d0eb346fd6272886756008ab8fa291b69864dd16 wxMSW-3.1.3_vc120_x64_ReleaseDLL.7z
dc4923401b18315d5980ca80d1c71ff283809aa2 wxMSW-3.1.3_vc120_x64_ReleasePDB.7z
ac8056b9d265f8c6e846cf8407fd2492f4a90eaf wxMSW-3.1.3_vc14x_Dev.7z
fd0da34f5742d687f3f2571f149d4936eee2fa27 wxMSW-3.1.3_vc14x_ReleaseDLL.7z
330ed55efa53e49c2e34bb03d717019fd0917a51 wxMSW-3.1.3_vc14x_ReleasePDB.7z
d120398b90226c91dac1ff4b1ed4e68328d732ef wxMSW-3.1.3_vc14x_x64_Dev.7z
d84337ec77f8ce3f590def298a9e5564398ef5e5 wxMSW-3.1.3_vc14x_x64_ReleaseDLL.7z
18feb4265f807c8ee9071489755d53434f7c2ea3 wxMSW-3.1.3_vc14x_x64_ReleasePDB.7z

Reporting Problems

Please report bugs to the issue tracker or the wx-users mailing list.

wxWidgets 3.1.2

10 Dec 13:05
v3.1.2
Compare
Choose a tag to compare

Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

wxWidgets 3.1.2 is the latest release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series. It is not inherently more buggy or less stable than the "stable" releases and you're encouraged to use it, including in production. If you're already using 3.0, upgrading shouldn't require any special effort, so please try it out.

Please see README for more information about this release and the change log for the details of the changes in it.

Source Files and Documentation

If you intend to build wxWidgets from sources (which is recommended), please do NOT download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.

Instead, download one of wxWidgets-3.1.2.zip or wxWidgets-3.1.2.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.1.2.tar.bz2 for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.

In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also available online.

Finally, Microsoft Windows users may download Setup.exe file containing both sources and documentation, however please note that this file does not contain any binaries, please see below for those.

To verify your download please use the following SHA-1 checksums:

85ac5b18de191d9d5504b7106466b21b64e7249d  wxMSW-3.1.2-Setup.exe
40a1469a13023f12a56bcbcfec2c1172fe1b86d6  wxWidgets-3.1.2-docs-chm.zip
393f6bca6c5c4fc178a9312fae5bddc04233b7bb  wxWidgets-3.1.2-docs-html.tar.bz2
e51475ec38628b7080af01963bbf43f2151121c8  wxWidgets-3.1.2-docs-html.zip
e6335af2fc8c9058d442bbb7ef456c3c5594e7fe  wxWidgets-3.1.2-headers.7z
0737ccc29f8d625496e425cb7d0ff8207343609b  wxWidgets-3.1.2.7z
29cbbba946d2a7b4d28ca1db12315810cc8de74d  wxWidgets-3.1.2.tar.bz2
ec7114242f2df2706bb90bd76fa3b79f83f1b05d  wxWidgets-3.1.2.zip

Binaries

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).
  • 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

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.1.2_Headers.7z file and one of wxMSW-3.1.2-vcXXX_Dev.7z or wxMSW-3.1.2_gccXXX_Dev.7z files depending on your compiler, its version and the target architecture (x86 if not specified or x64).

Unpack both files into the same directory so that include and lib directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.

For End Users

End users may download one of wxMSW-3.1.2_vcXXX_ReleaseDLL.7z or wxMSW-3.1.2_gccXXX_ReleaseDLL.7z files to get just the DLLs required for running the applications using wxWidgets.

For Debugging

  • Microsoft Visual C++ users: Files wxMSW-3.1.2_vcXXX_ReleasePDB.7z contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
  • MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug symbols).

Binary File Download Verification

To verify your download please use the following SHA-1 checksums:

3e76166936ec5a1ce771862e12094289d010dd5d wxMSW-3.1.2_gcc510TDM_Dev.7z
64ffc64a3b26d28b70590a1993059737fb3bc0c4 wxMSW-3.1.2_gcc510TDM_ReleaseDLL.7z
74ef0833c47eb9ec02c61ce7c55ebf34853a3029 wxMSW-3.1.2_gcc510TDM_x64_Dev.7z
0f05190000093d8d289bb56cc506d8a4866e209c wxMSW-3.1.2_gcc510TDM_x64_ReleaseDLL.7z
a22564a88615ca5761a919014a5b5bc214f814fc wxMSW-3.1.2_gcc730_Dev.7z
8e82dd8e0e96aad46dbd24b7076ca598242ffbf3 wxMSW-3.1.2_gcc730_ReleaseDLL.7z
6ce23c526b28f3a3856ae0c309aaab1c869cae90 wxMSW-3.1.2_gcc730_x64_Dev.7z
2f41607f75f001349e9636901eb376d32e8f09ff wxMSW-3.1.2_gcc730_x64_ReleaseDLL.7z
4e8e1cfaa69e45c1dcc81f65df72f34f04c109a9 wxMSW-3.1.2_gcc810_Dev.7z
f1d3c260d14fe91eb91c0a385736958fc6e7c4ad wxMSW-3.1.2_gcc810_ReleaseDLL.7z
ce44b750048cc5753b8259de006e5ed2c162d310 wxMSW-3.1.2_gcc810_x64_Dev.7z
352b544b695cd3c618a4e883b297343275b1a6c7 wxMSW-3.1.2_gcc810_x64_ReleaseDLL.7z
d24f6d7af7a450bc83d4377328bdfc962c1960af wxMSW-3.1.2_vc90_Dev.7z
d700395366afe18b6c0061302e2d0db2057f4c04 wxMSW-3.1.2_vc90_ReleaseDLL.7z
129b89be52af62a21d043b8bbf72cd3ef07d407c wxMSW-3.1.2_vc90_ReleasePDB.7z
c8ff58560eaa17b6e00a560b3f51499a81013fd7 wxMSW-3.1.2_vc90_x64_Dev.7z
17bed47091e98445cea5d45d4fe16f7791c16714 wxMSW-3.1.2_vc90_x64_ReleaseDLL.7z
ec13966aace609dc515ce8ae648177281722c99c wxMSW-3.1.2_vc90_x64_ReleasePDB.7z
848d156f72663809f9d06d54d0328c3e80bc6ac8 wxMSW-3.1.2_vc100_Dev.7z
9f10445247624b3ec9e63c95998fe871860acd11 wxMSW-3.1.2_vc100_ReleaseDLL.7z
20f64d3690ed380857f9585e626feb7af1951600 wxMSW-3.1.2_vc100_ReleasePDB.7z
bda319949ac9c33d6c1cdff0c77ce688c806824f wxMSW-3.1.2_vc100_x64_Dev.7z
e18edb4d90afdc51177d70017aacd0096978923a wxMSW-3.1.2_vc100_x64_ReleaseDLL.7z
7f435dc160f183898c413ae425ef322fad34361f wxMSW-3.1.2_vc100_x64_ReleasePDB.7z
279aae68dc3694d32f4dc7a86d05c04848db0e74 wxMSW-3.1.2_vc110_Dev.7z
d77197620a41d8d1bcdbbb692fa4ac3160a110a6 wxMSW-3.1.2_vc110_ReleaseDLL.7z
dfc13c0c03858a995cb64959f2e7a1f411188507 wxMSW-3.1.2_vc110_ReleasePDB.7z
3c6f80f5c7a1f0da6b74245ac37d90020dc7771b wxMSW-3.1.2_vc110_x64_Dev.7z
5593c45d8328be7d27fa1f4e42046670e7abacfa wxMSW-3.1.2_vc110_x64_ReleaseDLL.7z
8f8cbbca802dc3d6ccf39954569a483878422f17 wxMSW-3.1.2_vc110_x64_ReleasePDB.7z
c87ca8006c1603a1db13ba281e0dac4e49030ed5 wxMSW-3.1.2_vc120_Dev.7z
129ace1535b859d487187eb34fb83960758d5bb7 wxMSW-3.1.2_vc120_ReleaseDLL.7z
ee7bad4ad926b1d92db147af1d586da5e0d90446 wxMSW-3.1.2_vc120_ReleasePDB.7z
fae49cfceacf3742d30853bf4ce2e8ce08b0a7c0 wxMSW-3.1.2_vc120_x64_Dev.7z
90ba879664d5347f2fd0ac3ef1110069557f035a wxMSW-3.1.2_vc120_x64_ReleaseDLL.7z
8596a2e539a126d5fc7356f0e22f84b00f38d80f wxMSW-3.1.2_vc120_x64_ReleasePDB.7z
612b7810cd91245c396a439a63762a4e27ffb267 wxMSW-3.1.2_vc140_Dev.7z
6f0734db854a9ce6fd0235325f86300d9c10bff0 wxMSW-3.1.2_vc140_ReleaseDLL.7z
3fe942c36a5ef5e3d65fe52509b7aad0c4465bba wxMSW-3.1.2_vc140_ReleasePDB.7z
e1c914f527ae2c2d88668272151e429b4c0eb36d wxMSW-3.1.2_vc140_x64_Dev.7z
132363e49c381643c2f126efc408e7899e46b345 wxMSW-3.1.2_vc140_x64_ReleaseDLL.7z
02284bf38abc25ec016b8b61e80e6b825b166372 wxMSW-3.1.2_vc140_x64_ReleasePDB.7z
9b9d5fead88adcafa5323e0046a38b44f5623b20 wxMSW-3.1.2_vc141_Dev.7z
2fa77ab8adefb76b9ed9fe726032bc77a366f69e wxMSW-3.1.2_vc141_ReleaseDLL.7z
d9d939894865e0f8f45cfcf83d75ca43317137f9 wxMSW-3.1.2_vc141_ReleasePDB.7z
fa64ca748d38ebf8d309b421f71afdbbe3b56fc2 wxMSW-3.1.2_vc141_x64_Dev.7z
4ae75ceca6cc945b37c985e42cea2be4360264b0 wxMSW-3.1.2_vc141_x64_ReleaseDLL.7z
39cc7be71ce9923660b4d27739243fe51ca2f602 wxMSW-3.1.2_vc141_x64_ReleasePDB.7z

Reporting Problems

Please report bugs to the issue tracker or the wx-users mailing list.

wxWidgets 3.0.4

08 Mar 12:50
v3.0.4
Compare
Choose a tag to compare

Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

Please notice that since the 2.9 series, only a single source distribution is provided instead of the multiple distributions containing only the files for each port as was done before. So you only need to download wxWidgets-3.0.0.zip (or .7z for much smaller archive size) for Microsoft Windows systems or wxWidgets-3.0.0.tar.bz2 for Unix ones, including Mac OS X. The only difference between these files is that the ZIP (and 7z) archives contain files with DOS line endings while the tar balls contain files with Unix line endings.

See README for more information about this release and the change log for details of the changes in it.

Reporting Problems

Please report bugs to the issue tracker or the wx-users mailing list.

Download Verification

To verify your download please use the following sha1sums:

fd905711464591c75cfc6c9704eb37f77005543f  wxMSW-3.0.4-Setup.exe
21337d32a5d1f0714991ee7f2c75b41a0630dfc5  wxWidgets-3.0.4-docs-chm.zip
4524c5123e05a4009493db6688831e3d1787b64f  wxWidgets-3.0.4-docs-html.tar.bz2
828ea7a67c91c39e69e727abd5850abeacd61d90  wxWidgets-3.0.4-docs-html.zip
1636b7be785a73488c499805b3d7a06f2b5c9bae  wxWidgets-3.0.4-headers.7z
bf202f7d73f482b0b4489b0d74eb79f93703783c  wxWidgets-3.0.4.7z
246561a73ec5b9a5a7aaaaed46b64515dc9039ab  wxWidgets-3.0.4.tar.bz2
ca59a833cf457b030f104e0df35f257cc4eee2e5  wxWidgets-3.0.4.zip

Binaries

We have provided 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.
  • MinGW-TDM versions 4.9.2, 5.1.0 and MinGW 7.2.0 (with the default SJLJ exceptions propagation method, using C++11). Please note that you need to use the very latest MinGW 7.2 compiler release with this version of the compiler which can be downloaded from here for 32 bits and here for 64 bits, the older "rev0" release has a known bug affecting building wxWidgets in some scenarios.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.0.4_Headers.7z file and one of wxMSW-3.0.4-vcXXX_Dev.7z or wxMSW-3.0.4_gccXXX_Dev.7z files depending on your compiler, its version and the target architecture (x86 if not specified or x64).

Unpack both files into the same directory so that include and lib directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.

For End Users

End users may download one of wxMSW-3.0.4_vcXXX_ReleaseDLL.7z or wxMSW-3.0.4_gccXXX_ReleaseDLL.7z files to get just the DLLs required for running the applications using wxWidgets.

For Debugging

  • Microsoft Visual C++ users: Files wxMSW-3.0.4_vcXXX_ReleasePDB.7z contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
  • MinGW and MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug symbols).

Binary File Download Verification

To verify your download please use the following sha1sums:

36c99fe05df0a8bf7a7089d8f4a51d5f2213e607  wxMSW-3.0.4_gcc492TDM_Dev.7z
f0696fab905337c0d96d086aa855d67419d6fb87  wxMSW-3.0.4_gcc492TDM_ReleaseDLL.7z
d8f009d1d2ff750dfaaf244675204dae95085229  wxMSW-3.0.4_gcc492TDM_x64_Dev.7z
05de00904b882aee8fc6b53f4b8adacaffbeb7e8  wxMSW-3.0.4_gcc492TDM_x64_ReleaseDLL.7z
89c3cc3fd45e5912077fb55c1076071cdbb526e2  wxMSW-3.0.4_gcc510TDM_Dev.7z
8a0a8435758a721d3daab0785fa6bd2d2da55512  wxMSW-3.0.4_gcc510TDM_ReleaseDLL.7z
018f7fc7ac582e38450c04e7a122a9420ca340d1  wxMSW-3.0.4_gcc510TDM_x64_Dev.7z
56c46334b268d39de272eb11a905931f3d3b095c  wxMSW-3.0.4_gcc510TDM_x64_ReleaseDLL.7z
e06a09c7d024eac2a66bcfe6e9d32a43ced88c7e  wxMSW-3.0.4_gcc720_Dev.7z
24be52a28653a96b676635cb253ba9de0ec2577d  wxMSW-3.0.4_gcc720_ReleaseDLL.7z
9df925282ee95d86037f833eb5b16f54f793b79a  wxMSW-3.0.4_gcc720_x64_Dev.7z
c39a216f8d122aa11dd06a132ccfb3e343623729  wxMSW-3.0.4_gcc720_x64_ReleaseDLL.7z
d06d8ab17c33a40ff609bfbfa93b8f8df95a1710  wxMSW-3.0.4_vc90_Dev.7z
465cc55df53ef17b0211083dff88ed9a5425aa92  wxMSW-3.0.4_vc90_ReleaseDLL.7z
f22ec060132b9a87b2ec8516b25913f6698a70e1  wxMSW-3.0.4_vc90_ReleasePDB.7z
a1fa586eb83dbb10b0dcc033bc33fce3dd697428  wxMSW-3.0.4_vc90_x64_Dev.7z
3e852de38bbe7a14e64f2afc191468d53b9f70ed  wxMSW-3.0.4_vc90_x64_ReleaseDLL.7z
1455d711597a224ba69aaae50175db909873fbcf  wxMSW-3.0.4_vc90_x64_ReleasePDB.7z
ac68d521d7dff18408ce5d04b978a07891e7a702  wxMSW-3.0.4_vc100_Dev.7z
9bb3391cdaf345a7f5343e71274736dedc615055  wxMSW-3.0.4_vc100_ReleaseDLL.7z
4246f48a339da122a7896675c5553e9f5d54469b  wxMSW-3.0.4_vc100_ReleasePDB.7z
738b61c40094a8db0149c971eea1467788a33c13  wxMSW-3.0.4_vc100_x64_Dev.7z
ce7234d8b1e46c88b3a79bd9f2edbe71be3d3ff7  wxMSW-3.0.4_vc100_x64_ReleaseDLL.7z
eb171c4b8524687b8b6665e02cc5575e7763ebfd  wxMSW-3.0.4_vc100_x64_ReleasePDB.7z
1b12b923bbb56695b2cf4c665cc7a1aa1bda1522  wxMSW-3.0.4_vc110_Dev.7z
21460878a3a259126ff8a1c5c0150b03aa8dc322  wxMSW-3.0.4_vc110_ReleaseDLL.7z
2413f608ce902ac227f7501db62583da873d7b5a  wxMSW-3.0.4_vc110_ReleasePDB.7z
aa8e10ac2f06f247d8fb4213c0016862f84f5574  wxMSW-3.0.4_vc110_x64_Dev.7z
4733b1133391c3ddc2ab9be1776d472ce7a9334e  wxMSW-3.0.4_vc110_x64_ReleaseDLL.7z
7fe5db7d0feebac58bf0f8c248e6635a377f1921  wxMSW-3.0.4_vc110_x64_ReleasePDB.7z
1130dda2709de2db8a566cbfc26e6156e0c5921a  wxMSW-3.0.4_vc120_Dev.7z
b47b49d72f8daaf0b968da87b41c2b90b6ad86f4  wxMSW-3.0.4_vc120_ReleaseDLL.7z
ff0e70382be7c9360d4cda3e86fb58a42757fd21  wxMSW-3.0.4_vc120_ReleasePDB.7z
3d760f8177d768638e8bbc3dabd8316fa404f71e  wxMSW-3.0.4_vc120_x64_Dev.7z
dba71c861429700c6d50cfc409fb8a364c2843bf  wxMSW-3.0.4_vc120_x64_ReleaseDLL.7z
ce4abf77f531a56e69e0a00787f6650839d95283  wxMSW-3.0.4_vc120_x64_ReleasePDB.7z
b13b7a4b6e8e3b69924a6f84335fa3c84e87419d  wxMSW-3.0.4_vc140_Dev.7z
b1a49b5bdd145a58fc6c972ad534c573a2fde3ee  wxMSW-3.0.4_vc140_ReleaseDLL.7z
50693f723e48059f259063149f112626a1433510  wxMSW-3.0.4_vc140_ReleasePDB.7z
ec4bebc735e89dab389ae70689a419ebffc871a3  wxMSW-3.0.4_vc140_x64_Dev.7z
3bf34b9662185cadef5076f3346e872971622731  wxMSW-3.0.4_vc140_x64_ReleaseDLL.7z
47a15c08e2c1224293d9939dd3b731038685dea4  wxMSW-3.0.4_vc140_x64_ReleasePDB.7z
1829549eb121f93c8c32cdcf1360aa24b646afae  wxMSW-3.0.4_vc141_Dev.7z
a4c052af008a78136920447bdc298738a0e118c3  wxMSW-3.0.4_vc141_ReleaseDLL.7z
b7f15af56df4b0ec68b7720e95d6de99dab9f91b  wxMSW-3.0.4_vc141_ReleasePDB.7z
b9755d77ab0a2c57df9264c1532ac428a678da16  wxMSW-3.0.4_vc141_x64_Dev.7z
e1a12b38aa1983891a54c624048a66342466fca1  wxMSW-3.0.4_vc141_x64_ReleaseDLL.7z
bba62c7d2670808dfe99083bd6767c997650d0bf  wxMSW-3.0.4_vc141_x64_ReleasePDB.7z

wxWidgets 3.1.1

19 Feb 22:12
v3.1.1
Compare
Choose a tag to compare

Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

wxWidgets 3.1.1 is the second release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series. It is not inherently more buggy or less stable than the "stable" releases and you're encouraged to use it. If you're already using 3.0, upgrading shouldn't require any special effort, so please try it out.

Please see README for more information about this release and the change log for details of the changes in it.

Source Files and Documentation

If you intend to build wxWidgets from sources (which is recommended), please do NOT download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.

Instead, download one of wxWidgets-3.1.1.zip or wxWidgets-3.1.1.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.1.1.tar.bz2 for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.

In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also available online.

Finally, Microsoft Windows users may download Setup.exe file containing both sources and documentation, however please note that this file does not contain any binaries, please see below for those.

To verify your download please use the following SHA-1 checksums:

155626101d1e532d5d58b3d85b31be99cee0dd58  wxMSW-3.1.1-Setup.exe
20a44ee0dd8a30b89abcff7e07a30a437b7380c6  wxWidgets-3.1.1-docs-chm.zip
9f22668768577067fc974c91be970ad8e6fed1c1  wxWidgets-3.1.1-docs-html.tar.bz2
fe632aa05968abff0e6a57f41bf2d12befdc8db9  wxWidgets-3.1.1-docs-html.zip
fc2fece046792772d4a05946de1b3a8cc8c69733  wxWidgets-3.1.1-headers.7z
8d98975eb9f81036261c0643755b98e4bb5ab776  wxWidgets-3.1.1.7z
f999c3cf1887c0a60e519214c14b15cb9bb5ea6e  wxWidgets-3.1.1.tar.bz2
e4432d123a461561cf29082f910cf851d005b944  wxWidgets-3.1.1.zip

Binaries

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).
  • MinGW-TDM versions 5.1 and 7.2 (with the default SJLJ exceptions propagation method, using C++11). Please note that you need to use the very latest MinGW 7.2 compiler release with this version of the compiler which can be downloaded from here for 32 bits and here for 64 bits, the older "rev0" release has a known bug affecting building wxWidgets in some scenarios.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.1.1_Headers.7z file and one of wxMSW-3.1.1-vcXXX_Dev.7z or wxMSW-3.1.1_gccXXX_Dev.7z files depending on your compiler, its version and the target architecture (x86 if not specified or x64).

Unpack both files into the same directory so that include and lib directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.

For End Users

End users may download one of wxMSW-3.1.1_vcXXX_ReleaseDLL.7z or wxMSW-3.1.1_gccXXX_ReleaseDLL.7z files to get just the DLLs required for running the applications using wxWidgets.

For Debugging

  • Microsoft Visual C++ users: Files wxMSW-3.1.1_vcXXX_ReleasePDB.7z contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
  • MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug
    symbols).

Binary File Download Verification

To verify your download please use the following SHA-1 checksums:

7e9174565221e05a3a538fb9c6834bd396f44077 wxMSW-3.1.1_gcc510TDM_Dev.7z
1ce046b2cc739153188e6d7f9b00f26460965d8e wxMSW-3.1.1_gcc510TDM_ReleaseDLL.7z
602188688fff545aee86b54001f5ee481343ebec wxMSW-3.1.1_gcc510TDM_x64_Dev.7z
e37c99757d04f7030ff904bff39e37b213cea6a1 wxMSW-3.1.1_gcc510TDM_x64_ReleaseDLL.7z
f8d65b1437e01df39fbac92e75cbc96a4a343ff2 wxMSW-3.1.1_gcc720_Dev.7z
ae29b063f779e258563053a45ef75a6003200c3b wxMSW-3.1.1_gcc720_ReleaseDLL.7z
0da860d31d24c2a167be4333222dac6e76d13543 wxMSW-3.1.1_gcc720_x64_Dev.7z
687378aec77f783803c263c2261c147c5705c072 wxMSW-3.1.1_gcc720_x64_ReleaseDLL.7z
209d6bbb1c5c4926d422c256b19c7b77519f705a wxMSW-3.1.1_vc90_Dev.7z
5d7f19babea2a38517d05725a2289da7c2118a44 wxMSW-3.1.1_vc90_ReleaseDLL.7z
868feb645b90af4bbb1ef11e80a91ee469402287 wxMSW-3.1.1_vc90_ReleasePDB.7z
92efb96dac00f1cb9d69a743b4de81a65e7a4047 wxMSW-3.1.1_vc90_x64_Dev.7z
7987bce2185b245b5e519e4c2a1eb3a5560a4861 wxMSW-3.1.1_vc90_x64_ReleaseDLL.7z
25347a2ad196f499e9881550290615163e20c181 wxMSW-3.1.1_vc90_x64_ReleasePDB.7z
3e15635bbb92be11224472f084bc2a8e313efa3c wxMSW-3.1.1_vc100_Dev.7z
c6b58ec26c467e7fedffa7474d9babc9d7d4d5c3 wxMSW-3.1.1_vc100_ReleaseDLL.7z
2455c6e79568e9e88a677c4f26cbfff6f8ae5139 wxMSW-3.1.1_vc100_ReleasePDB.7z
99ca7ded76ce4147d24a711bcba075c5570ce7bf wxMSW-3.1.1_vc100_x64_Dev.7z
7e8c4d3b189cac95e471e21600423b898bf6f9ca wxMSW-3.1.1_vc100_x64_ReleaseDLL.7z
0a05ee8b409b32f4ca49640c0757cb67052a1fa6 wxMSW-3.1.1_vc100_x64_ReleasePDB.7z
eeabae8c94d4aaa31752650a96bec10382f8c63f wxMSW-3.1.1_vc110_Dev.7z
603e387cae6ad4000b6d2725df643c934414b3b7 wxMSW-3.1.1_vc110_ReleaseDLL.7z
16b468c2f0f58ab7dde933f170695ef967c8b8f7 wxMSW-3.1.1_vc110_ReleasePDB.7z
750a6b4047b5ea1c335614e554943c8764533e0a wxMSW-3.1.1_vc110_x64_Dev.7z
4c11f08c95791a4d4600ba17e9c6a823540d1263 wxMSW-3.1.1_vc110_x64_ReleaseDLL.7z
c222b0a50f4eb5efdc9b36b84de9ad00a25269b5 wxMSW-3.1.1_vc110_x64_ReleasePDB.7z
fc87b61156380c07ee13c68f7ff82360958b42fa wxMSW-3.1.1_vc120_Dev.7z
83469862820e448a68af6002e52178e6de16d9ec wxMSW-3.1.1_vc120_ReleaseDLL.7z
cb4408afb5695fabb3f210907c62d37922f7c557 wxMSW-3.1.1_vc120_ReleasePDB.7z
49a35187b488c6b29efc8af1c416da9b46aba770 wxMSW-3.1.1_vc120_x64_Dev.7z
0974fee2627bcee60d9fc789b1de99550a813836 wxMSW-3.1.1_vc120_x64_ReleaseDLL.7z
187e1ced7a8be40f39c1b6108002b55b656aa218 wxMSW-3.1.1_vc120_x64_ReleasePDB.7z
53bd51281fa9bbb9ce9389164c2f45792482bc83 wxMSW-3.1.1_vc140_Dev.7z
9d0ed3988f43d9b4c32e0fd18863878a6bde6b7f wxMSW-3.1.1_vc140_ReleaseDLL.7z
e5451c6b557693435e03d6c2d4576965e5c88b79 wxMSW-3.1.1_vc140_ReleasePDB.7z
9bc8c9f3bc118d6054c41709f372e1f8a2866548 wxMSW-3.1.1_vc140_x64_Dev.7z
d0fd749dad21d8590110ef0979aa7a4bbd46d521 wxMSW-3.1.1_vc140_x64_ReleaseDLL.7z
f15d59a8a84ecfbdf641d83900538a3a690e4a69 wxMSW-3.1.1_vc140_x64_ReleasePDB.7z
b7edda49bfec0654954d263712acc0199af1c141 wxMSW-3.1.1_vc141_Dev.7z
e94cbe52d61e6263760648646f7bd694e8ee3c54 wxMSW-3.1.1_vc141_ReleaseDLL.7z
deca4222d38f77186b54ed1faab2c7111aa29c69 wxMSW-3.1.1_vc141_ReleasePDB.7z
4948d0b8ed949b228e53558e527b9596886f1dd8 wxMSW-3.1.1_vc141_x64_Dev.7z
e5b6eb40b3ab964ccd5df23647841e1e7aa2c944 wxMSW-3.1.1_vc141_x64_ReleaseDLL.7z
e72b0c43ea8ba5b61f42311c9af1eaabcbf7d0dc wxMSW-3.1.1_vc141_x64_ReleasePDB.7z

Reporting Problems

Please report bugs to the issue tracker or the wx-users mailing list.

Release candidate for wxWidgets 3.1.1

05 Feb 20:59
v3.1.1-rc
Compare
Choose a tag to compare

WARNING This is a release candidate and not the final 3.1.1 release yet.

Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

wxWidgets 3.1.1 is the second release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series. It is not inherently more buggy or less stable than the "stable" releases and you're encouraged to use it. If you're already using 3.0, upgrading shouldn't require any special effort, so please try it out.

Please see README for more information about this release and the change log for details of the changes in it.

Source Files and Documentation

If you intend to build wxWidgets from sources (which is recommended), please do NOT download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.

Instead, download one of wxWidgets-3.1.1-rc.zip or wxWidgets-3.1.1-rc.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.1.1-rc.tar.bz2 for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.

In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also available online.

Finally, Microsoft Windows users may download Setup.exe file containing both sources and documentation, however please note that this file does not contain any binaries, please see below for those.

To verify your download please use the following SHA-1 checksums:

d3f8a8f5bd7b5dee2176a14fce93b3767d217f00  wxMSW-3.1.1-rc-Setup.exe
d8de5b7075ba7674e8c0e2cd722259d48e627dc7  wxWidgets-3.1.1-rc-docs-chm.zip
000c818361eddd403557aacf8b63ac0210335919  wxWidgets-3.1.1-rc-docs-html.tar.bz2
f5ec0051a4fe620dbeee5262ba1ce30922e5d85c  wxWidgets-3.1.1-rc-docs-html.zip
f4d1bda81ef27fb232eb58f88730cfeafb35b477  wxWidgets-3.1.1-rc-headers.7z
36efadd43d9994495d71a698922113a0d8d46b73  wxWidgets-3.1.1-rc.7z
2968073dffa60c1ad5016d1b0d4eedb5b701efdf  wxWidgets-3.1.1-rc.tar.bz2
84d7e7a8347fc727801a407302e2801ee7bfc608  wxWidgets-3.1.1-rc.zip

Binaries

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).
  • MinGW-TDM versions 5.1 and 7.2 (with the default SJLJ exceptions propagation method, using C++11). Please note that you need to use the very latest MinGW 7.2 compiler release with this version of the compiler which can be downloaded from here for 32 bits and here for 64 bits, the older "rev0" release has a known bug affecting building wxWidgets in some scenarios.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.1.1_Headers.7z file and one of wxMSW-3.1.1-vcXXX_Dev.7z or wxMSW-3.1.1_gccXXX_Dev.7z files depending on your compiler, its version and the target architecture (x86 if not specified or x64).

Unpack both files into the same directory so that include and lib directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.

For End Users

End users may download one of wxMSW-3.1.1_vcXXX_ReleaseDLL.7z or wxMSW-3.1.1_gccXXX_ReleaseDLL.7z files to get just the DLLs required for running the applications using wxWidgets.

For Debugging

  • Microsoft Visual C++ users: Files wxMSW-3.1.1_vcXXX_ReleasePDB.7z contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
  • MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug
    symbols).

Binary File Download Verification

To verify your download please use the following SHA-1 checksums:

26836356a6e77091caad508d765b60899c30892e wxMSW-3.1.1-rc_gcc510TDM_Dev.7z
b7eb62bdb152e5539fd5e9ecc105d322fadba3ec wxMSW-3.1.1-rc_gcc510TDM_ReleaseDLL.7z
77c84112ffcad3b2c649d9fd3adcd4e140945b61 wxMSW-3.1.1-rc_gcc510TDM_x64_Dev.7z
24e775999ea19b641a11850af0547ac81fd1bc6b wxMSW-3.1.1-rc_gcc510TDM_x64_ReleaseDLL.7z
ead74e56b9d22e578addd52b8246eadfddbd93d1 wxMSW-3.1.1-rc_gcc720_Dev.7z
7c43aa6937853d1113430ce1b31a0747e89a6b47 wxMSW-3.1.1-rc_gcc720_ReleaseDLL.7z
298016eb7cb2a509b4dedc5a8c09eb2b98950698 wxMSW-3.1.1-rc_gcc720_x64_Dev.7z
741087b3fcbe809ae60563e19cf0db21b571725a wxMSW-3.1.1-rc_gcc720_x64_ReleaseDLL.7z
7537561f1a93ca06a37be730ca9f81506da665db wxMSW-3.1.1-rc_vc90_Dev.7z
3df72df959b4ae8279cb27519ea5b114003d17f6 wxMSW-3.1.1-rc_vc90_ReleaseDLL.7z
1c506db10f555f11ae17ba08430482d81be1c0db wxMSW-3.1.1-rc_vc90_ReleasePDB.7z
3b45c2680499b3e397264f0ae8f6d2617a139b8a wxMSW-3.1.1-rc_vc90_x64_Dev.7z
3ba14408edad9b325bc0dd0ba98197954ce2db5e wxMSW-3.1.1-rc_vc90_x64_ReleaseDLL.7z
e8c5f145a89a556069221886e7644c3b07d2799f wxMSW-3.1.1-rc_vc90_x64_ReleasePDB.7z
936f454b547ec17e3cefdf4f43c9af8738f803ca wxMSW-3.1.1-rc_vc100_Dev.7z
940c8c3923be2ad4a71e3de349657bb5443de918 wxMSW-3.1.1-rc_vc100_ReleaseDLL.7z
8a4dedfc318272b182a83f5947b5224a7f17c532 wxMSW-3.1.1-rc_vc100_ReleasePDB.7z
c68ccae3a29096e7f78732c65cddabeee5e226b6 wxMSW-3.1.1-rc_vc100_x64_Dev.7z
ea540496a5875454ff90ba3f6ea65ddcacc9a4a5 wxMSW-3.1.1-rc_vc100_x64_ReleaseDLL.7z
8100a2bfab8909de47fb483bb8bd78c03ddb4df5 wxMSW-3.1.1-rc_vc100_x64_ReleasePDB.7z
1fa4c99e48cbf0f50289d07f6ceae8a71be62a19 wxMSW-3.1.1-rc_vc110_Dev.7z
2e44afb8f7080fc673af2abb456cf176dad4b1a2 wxMSW-3.1.1-rc_vc110_ReleaseDLL.7z
730e2e1db22e3bc308284562c8ecfbfc3f6a6e9e wxMSW-3.1.1-rc_vc110_ReleasePDB.7z
5c2578deba24a1daf61ae08a7daa1a8662dbe8c9 wxMSW-3.1.1-rc_vc110_x64_Dev.7z
57da37116c3b80d4f765b85fafcb30e2cb200dab wxMSW-3.1.1-rc_vc110_x64_ReleaseDLL.7z
6700dbc853484d385753ad4361c16c48c4bd3e3a wxMSW-3.1.1-rc_vc110_x64_ReleasePDB.7z
b4dac305e230ae0c9bfcd07fee632a4aad835329 wxMSW-3.1.1-rc_vc120_Dev.7z
c986f27c6f88b9feb7706f4bff5f50b68b14cec2 wxMSW-3.1.1-rc_vc120_ReleaseDLL.7z
ca5ca15eadc0d1ca6b79824bb9704215c7945195 wxMSW-3.1.1-rc_vc120_ReleasePDB.7z
c9a4850228a1b42d1606d1043b9a3d0b334727a9 wxMSW-3.1.1-rc_vc120_x64_Dev.7z
6a02c05ab72b06e30ef9f9e355956f3957c86eb1 wxMSW-3.1.1-rc_vc120_x64_ReleaseDLL.7z
2c36680649bf3093536e20067d30e1242a6023d3 wxMSW-3.1.1-rc_vc120_x64_ReleasePDB.7z
aeede25c3de0f975c811fbce634c5aaf354195fa wxMSW-3.1.1-rc_vc140_Dev.7z
900203c8f300214e038fbb1ae10ba3eb1a114740 wxMSW-3.1.1-rc_vc140_ReleaseDLL.7z
788c9b39c0c298735313de425c4ca7986b163908 wxMSW-3.1.1-rc_vc140_ReleasePDB.7z
68ae8e1c42ff0105ea186c0d32cee95861a1a5a4 wxMSW-3.1.1-rc_vc140_x64_Dev.7z
550f3d0f52f4d21babf03b66e26145787eb9d922 wxMSW-3.1.1-rc_vc140_x64_ReleaseDLL.7z
5b57a82a1799ae1a05a385685ce9f729e3fed056 wxMSW-3.1.1-rc_vc140_x64_ReleasePDB.7z
5990f6bf1d157e2b7e8f254d2a60dfd682971790 wxMSW-3.1.1-rc_vc141_Dev.7z
fde6140a4348621a1b876ed6c289778d4312f2f1 wxMSW-3.1.1-rc_vc141_ReleaseDLL.7z
824eef674529ca75e620dac6dce45cc6a0c2328b wxMSW-3.1.1-rc_vc141_ReleasePDB.7z
a4b4014c1a1289d798597ebc810a01e88edf53bc wxMSW-3.1.1-rc_vc141_x64_Dev.7z
285afbcc27e18344654183d8b9e6beca9a9eab92 wxMSW-3.1.1-rc_vc141_x64_ReleaseDLL.7z
82685386d8291dd5012ef00ced5fdc45cb0d8a04 wxMSW-3.1.1-rc_vc141_x64_ReleasePDB.7z

Reporting Problems

Please report bugs to the issue tracker or the wx-users mailing list.

Bug fix release for 3.0.3

15 May 20:51
v3.0.3.1
Compare
Choose a tag to compare

This is almost exactly the same as the last release but includes the missing wxPropertySheetDialog::SetInnerSize() method which was mistakenly removed from 3.0.3.

Please notice that this method is undocumented and not supposed to be used from outside the library and it is declared as inline and thus is not part of the library ABI, so its absence in 3.0.3 normally shouldn't affect the library users, so there is no need to update unless, for some reason, you need to recompile existing code using this method with the latest sources, as is the case when building wxPerl, for example.

Otherwise please continue using 3.0.3 release and, in particular, the binaries and documentations provided for it as they are unchanged for this release.

Download Verification

To verify your download please use the following sha1sums:

8cad60d9d621f45cbaf68b4bfc0810ebb09448a6  wxWidgets-3.0.3.1-headers.7z
137728c2c9b65ca037d092867d16e04ab82f2e8c  wxWidgets-3.0.3.1.7z
ea785822d0f1c3290707bda6da570e596b3ec85a  wxWidgets-3.0.3.1.tar.bz2
c492552005bc428c671ff089c17f075fb00f1a71  wxWidgets-3.0.3.1.zip