wxWidgets

Cross-Platform C++ GUI Library

Downloads
240
Stars
6.1K
Committers
524

Bot releases are visible (Hide)

wxWidgets - wxWidgets 3.2.6 Latest Release

Published by github-actions[bot] about 1 month ago

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

wxWidgets 3.2.6 is part of 3.2 stable branch. This means that it is API and ABI-compatible with the previous 3.2.x releases, i.e. the applications previously built using 3.2.6 or earlier shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.

We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.

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.2.6.zip or wxWidgets-3.2.6.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.6.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:

5cf14dc726953d4f0329aaef7c5191bbb064d592  wxMSW-3.2.6-Setup.exe
9dff79ab3751c86406cc621cfac4445d81083dd9  wxWidgets-3.2.6-docs-chm.zip
d0732d7e0f14424fd6e94cc7e24c023081091f54  wxWidgets-3.2.6-docs-html.tar.bz2
da51402f2848c697a92d19cf4aa1be97fe09eff2  wxWidgets-3.2.6-docs-html.zip
d044bcb45b50f3932bff70644ad89e4af78aabc7  wxWidgets-3.2.6-headers.7z
f377748dd4b571aaf68f34a40c7e4f390680f16c  wxWidgets-3.2.6.7z
44371dfdcc96a0e3d5e03d2d726470f645035619  wxWidgets-3.2.6.tar.bz2
a9451a7344308c6f81499d2fe2ab37d40fb5feb2  wxWidgets-3.2.6.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, 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 10.3.0.
  • MSYS2 MinGW 12.2.0, 13.2.0 and 14.2.0.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.2.6_Headers.7z file and one of wxMSW-3.2.6-vcXXX_Dev.7z or wxMSW-3.2.6_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.2.6_vcXXX_ReleaseDLL.7z or wxMSW-3.2.6_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.2.6_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:

c52b7448512ef24ba65697d14228b094b8616cb0  wxMSW-3.2.6_gcc730_Dev.7z
ea2b268966c2ca5d1b0d9c41c5cc43bec24b5abe  wxMSW-3.2.6_gcc730_ReleaseDLL.7z
17a180fc903cc8e435336c2a7bab735ae95d8e82  wxMSW-3.2.6_gcc730_x64_Dev.7z
994ffcc0bc7564b5c29a9727673870bebad7e3c4  wxMSW-3.2.6_gcc730_x64_ReleaseDLL.7z
9c546c025d51531048d18e7d4b575b9492edb917  wxMSW-3.2.6_gcc810_Dev.7z
3c9999a7715c410a111857ffd50f62aa8c5e47bf  wxMSW-3.2.6_gcc810_ReleaseDLL.7z
fb5b7ed89a3a4f742a416783bb6d82d05d4dce58  wxMSW-3.2.6_gcc810_x64_Dev.7z
23c5365879726aeef102559ba353dff7bccdc8a3  wxMSW-3.2.6_gcc810_x64_ReleaseDLL.7z
f215e0f2fe94f406b03e28227df8d68242730da4  wxMSW-3.2.6_gcc1030TDM_Dev.7z
b902fa183b1f6ff172ba98c078a5237b5c851851  wxMSW-3.2.6_gcc1030TDM_ReleaseDLL.7z
f115c8591529d0a92e27ae06d80b49376da87b58  wxMSW-3.2.6_gcc1030TDM_x64_Dev.7z
bfe973cf80c0e5e78c16d3f7ecae10d3155aef44  wxMSW-3.2.6_gcc1030TDM_x64_ReleaseDLL.7z
9cdd905541ec047d5584624573e4c5c39f83a397  wxMSW-3.2.6_gcc1220_Dev.7z
1acef9717962b53514ca85fdcc3e1a1c1c125a99  wxMSW-3.2.6_gcc1220_ReleaseDLL.7z
b969d69192141f219855477c68fef7dbb977593a  wxMSW-3.2.6_gcc1220_x64_Dev.7z
89a3dbb2e6b54492e18a8f52ef709cdb0dc27acb  wxMSW-3.2.6_gcc1220_x64_ReleaseDLL.7z
bfdb1044723717daefceb0e923fa624c4c1f3012  wxMSW-3.2.6_gcc1320_Dev.7z
5b181b29ccb59524c13e1d72c2a9d7adcd5ac99a  wxMSW-3.2.6_gcc1320_ReleaseDLL.7z
cedf2366d6e7d8bfc47df3c4ada9f383e190a466  wxMSW-3.2.6_gcc1320_x64_Dev.7z
832ae1406822cf9063373fabe3b860df05e572f9  wxMSW-3.2.6_gcc1320_x64_ReleaseDLL.7z
6257f35248d6207f96c867ebd410db2a23bb340b  wxMSW-3.2.6_gcc1420_Dev.7z
066b19b028355f477e836e89bd2a038b6c607b9a  wxMSW-3.2.6_gcc1420_ReleaseDLL.7z
fd91639066dd54eac570694668b6ca5d1685332d  wxMSW-3.2.6_gcc1420_x64_Dev.7z
e73f56a6cb48a96294470e1d58cf6fb9f7323a47  wxMSW-3.2.6_gcc1420_x64_ReleaseDLL.7z
52d5bd83ace96ebda99d1b42bf855fb46b710279 wxMSW-3.2.6_vc90_Dev.7z
3cf6774014fc2ff862d462542d2d494b275e4bde wxMSW-3.2.6_vc90_ReleaseDLL.7z
8efbb891341d03c5723c754dfbda9a1172d79253 wxMSW-3.2.6_vc90_ReleasePDB.7z
8d1cb840f30c3e977f5785ff19cbf386a33c3a81 wxMSW-3.2.6_vc90_x64_Dev.7z
dd00ff7c7912cdce002305c3f3e198592e5745a7 wxMSW-3.2.6_vc90_x64_ReleaseDLL.7z
5c7d18024a2238757ad9922eb435c566983d15b0 wxMSW-3.2.6_vc90_x64_ReleasePDB.7z
56bb2943220d4560b8d923c7a9bbf5d09686ce13 wxMSW-3.2.6_vc100_Dev.7z
de3b8e0f4f5c2ff62c56d435fce28e53e04859d8 wxMSW-3.2.6_vc100_ReleaseDLL.7z
0d7767b67571badd1ce25ccb89f40b249a5e2457 wxMSW-3.2.6_vc100_ReleasePDB.7z
afc14c325f2f124560302cd29d964e88c4f9ce23 wxMSW-3.2.6_vc100_x64_Dev.7z
f1fb83cd8e8e7419982b90d3c1139c10b71b2f17 wxMSW-3.2.6_vc100_x64_ReleaseDLL.7z
0004e03572536a73d54ca48ac6d3c2265c8779d9 wxMSW-3.2.6_vc100_x64_ReleasePDB.7z
f38feaf96fe4ee2e3c085fbd31dc2cccb191ba99 wxMSW-3.2.6_vc110_Dev.7z
65e23b71a773f43745a37adeb8805a6ee0c1b147 wxMSW-3.2.6_vc110_ReleaseDLL.7z
f0e9474a44dbf4dbf098952bd7d513588438afe5 wxMSW-3.2.6_vc110_ReleasePDB.7z
8d71782c52a4e279a5d5e77e77f534b7c68fa545 wxMSW-3.2.6_vc110_x64_Dev.7z
f8ee7324612dab5fc2ae8d800b96e04b7d7203cb wxMSW-3.2.6_vc110_x64_ReleaseDLL.7z
5ece5d765192efb30a614172a46448b577912102 wxMSW-3.2.6_vc110_x64_ReleasePDB.7z
2bcfb11b083670bf65ae0330e6cf7e0103fd73a8 wxMSW-3.2.6_vc120_Dev.7z
ef08213d3f8c18c3de28f227ae79cd238169f6bb wxMSW-3.2.6_vc120_ReleaseDLL.7z
ce345f608be36a76cccf71ad2c5e76868ec56fe6 wxMSW-3.2.6_vc120_ReleasePDB.7z
25c9d425d94bc9734fcd3f584fd7e58f903d5a6a wxMSW-3.2.6_vc120_x64_Dev.7z
5775099f924f775fdd7fe16b109d081b3ac983e3 wxMSW-3.2.6_vc120_x64_ReleaseDLL.7z
3f7dda9f50f134bc79e889a125cb5d2b0857e68e wxMSW-3.2.6_vc120_x64_ReleasePDB.7z
0dd97a916448fed6466e15c30ae699ecad84c16c wxMSW-3.2.6_vc14x_Dev.7z
e7f87a12e5f44d0aa206f67245b34683c27f1d1d wxMSW-3.2.6_vc14x_ReleaseDLL.7z
3b63ea75bff91c7183a6f30f6da65eb8c13eeb58 wxMSW-3.2.6_vc14x_ReleasePDB.7z
aab14ec05c50567d2a9546b27eb47dcaccf74995 wxMSW-3.2.6_vc14x_x64_Dev.7z
f122ba73b4a98d02e4567d54c848fd97ad518f90 wxMSW-3.2.6_vc14x_x64_ReleaseDLL.7z
f75678f4570f200d878761eeb1cb6bfbd4362b35 wxMSW-3.2.6_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.2.5

Published by github-actions[bot] 5 months ago

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

wxWidgets 3.2.5 is part of 3.2 stable branch. This means that it is API and ABI-compatible with the previous 3.2.x releases, i.e. the applications previously built using 3.2.4 or earlier shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.

We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.

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.2.5.zip or wxWidgets-3.2.5.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.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:

01819677406f52ff883e42a977f396542517e4ab  wxMSW-3.2.5-Setup.exe
40b1491cda97f9fbfbae0c8587da2529895aa10b  wxWidgets-3.2.5-docs-chm.zip
cb214d5a79403b17f0270e41167f9b577c074620  wxWidgets-3.2.5-docs-html.tar.bz2
aeaf1873ec21b285d4b66fe797a4b146b99974c1  wxWidgets-3.2.5-docs-html.zip
dd01f12371f4f320dfdc4d2e53b4514eb6f296e7  wxWidgets-3.2.5-headers.7z
8d25f17f7c5064fa39271b8dc0fd06ca24d760c1  wxWidgets-3.2.5.7z
4ffee63f4109cafe98b82b44adec6ed9a4e4ad1e  wxWidgets-3.2.5.tar.bz2
dda19cebdcc1906902d88edcad1c052f40c9460b  wxWidgets-3.2.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, 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 10.3.0.
  • MSYS2 MinGW 12.2.0 and 13.2.0.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.2.5_Headers.7z file and one of wxMSW-3.2.5-vcXXX_Dev.7z or wxMSW-3.2.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.2.5_vcXXX_ReleaseDLL.7z or wxMSW-3.2.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.2.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:

029d46d356448691193a0ec4e7f7ca9921124fd7 wxMSW-3.2.5_gcc730_Dev.7z
492addac8bfab903bcd1263860cd32c57b863316 wxMSW-3.2.5_gcc730_ReleaseDLL.7z
14a87278388f1ef775ac8f0f8160ddfab671c410 wxMSW-3.2.5_gcc730_x64_Dev.7z
562595f31aaf8d7ca2ea33030d2af3453b52bccc wxMSW-3.2.5_gcc730_x64_ReleaseDLL.7z
c3ad99cea2b87fd4303a68c599c6d96fc71d47cf wxMSW-3.2.5_gcc810_Dev.7z
2f2d0f0828e92f60a5d430eea0346819abfffb1a wxMSW-3.2.5_gcc810_ReleaseDLL.7z
453fa67ea1febfc9e43a971274ad18feb7662186 wxMSW-3.2.5_gcc810_x64_Dev.7z
27108d646fd4eae305dfde33402a051146c247df wxMSW-3.2.5_gcc810_x64_ReleaseDLL.7z
195b6166b3d4622e59fbc83031f2587343751464 wxMSW-3.2.5_gcc1030TDM_Dev.7z
f33de5ba7c35b4c37d0c5cd5d4f4c73af9a4253f wxMSW-3.2.5_gcc1030TDM_ReleaseDLL.7z
946bce3821d07bc8400c171dbd7949bbb78e2f23 wxMSW-3.2.5_gcc1030TDM_x64_Dev.7z
7ff2cd3f4f3d5deae7f1fb33935e85643cc70516 wxMSW-3.2.5_gcc1030TDM_x64_ReleaseDLL.7z
db3228e891140fb45094d76d1fe7440896af4ab5 wxMSW-3.2.5_gcc1220_Dev.7z
7087a97401c7b222bcc4fdcbe3e4564f434ddef5 wxMSW-3.2.5_gcc1220_ReleaseDLL.7z
8623614b128215736815371f489d5660238b0b0e wxMSW-3.2.5_gcc1220_x64_Dev.7z
61c6a116ddd00e6faeec34a716abb3890ff81140 wxMSW-3.2.5_gcc1220_x64_ReleaseDLL.7z
03b7ae8f69798c321df62dd72596083dd38069fd wxMSW-3.2.5_gcc1320_Dev.7z
e830540be076c3e70ed4c36c9540814e37fe0549 wxMSW-3.2.5_gcc1320_ReleaseDLL.7z
afd2090be59a31050837a0f30da3f36320027813 wxMSW-3.2.5_gcc1320_x64_Dev.7z
df001be29674c7b8553a0cd85842cb30bfbee828 wxMSW-3.2.5_gcc1320_x64_ReleaseDLL.7z
a31f9ee2b16391a66683cde7bd178ae88cc16332 wxMSW-3.2.5_vc90_Dev.7z
7a2da8842ab4218837f8f4605d48529d49f09ff6 wxMSW-3.2.5_vc90_ReleaseDLL.7z
0f12fb3b1f0c3990b1e36f748cffe038fdb17e39 wxMSW-3.2.5_vc90_ReleasePDB.7z
d4e16bfa2a23fa438e6146a4d1322df4db91f1fa wxMSW-3.2.5_vc90_x64_Dev.7z
739ee855ae9dcbfb994b139d0b43fdb72bf188b2 wxMSW-3.2.5_vc90_x64_ReleaseDLL.7z
65897cd05c7e744dfdba9ad4e3e6377cf5672684 wxMSW-3.2.5_vc90_x64_ReleasePDB.7z
047479f682af4258807cd4c69f677b434371e8cc wxMSW-3.2.5_vc100_Dev.7z
18d44dc2ff966df11839789257040a0ef431985a wxMSW-3.2.5_vc100_ReleaseDLL.7z
8b038346fdbddebf9802db7cfdc29f0c3874c33d wxMSW-3.2.5_vc100_ReleasePDB.7z
570e02f7bc44451ae34d1b40d7983d042b43c8b9 wxMSW-3.2.5_vc100_x64_Dev.7z
3dda33e4a355490697bc78a0aca4d1d13994f35f wxMSW-3.2.5_vc100_x64_ReleaseDLL.7z
22f18a751b5ceca1e1b36eef2c816c4a2fe00e44 wxMSW-3.2.5_vc100_x64_ReleasePDB.7z
1eae2be92c4735fe4e991c56e5206a9c2e6b5dc1 wxMSW-3.2.5_vc110_Dev.7z
2637d793af554929450d18ad5f246f1bbe208205 wxMSW-3.2.5_vc110_ReleaseDLL.7z
db7773bb633498b5d82878d318930786d2d0bbd1 wxMSW-3.2.5_vc110_ReleasePDB.7z
a34389e5bb21a75a895672ab2df457adf7b0c1be wxMSW-3.2.5_vc110_x64_Dev.7z
885c174d20ab8b53dc9b99804c0eabd45d080dcf wxMSW-3.2.5_vc110_x64_ReleaseDLL.7z
c45606a5a93132de6d299ae1650819994408ce53 wxMSW-3.2.5_vc110_x64_ReleasePDB.7z
75fcb0566bde0e6c7bc060a8b7f0724b07fa3f9a wxMSW-3.2.5_vc120_Dev.7z
7196ed3fc0387dbd9a9d95442b36908f44af644c wxMSW-3.2.5_vc120_ReleaseDLL.7z
3658e1bb31ae6284b35e1131893178eba879e595 wxMSW-3.2.5_vc120_ReleasePDB.7z
e00c3ef22942e19e158e4e05a1d9b36064d83114 wxMSW-3.2.5_vc120_x64_Dev.7z
3b9515968b4983362afcfc12de8426fe0426c8db wxMSW-3.2.5_vc120_x64_ReleaseDLL.7z
d37db81ab5ed55defc9ffb5ec162a1da4bf2ea97 wxMSW-3.2.5_vc120_x64_ReleasePDB.7z
b5c526e3249edf8a9731e3ff36022794637668c3 wxMSW-3.2.5_vc14x_Dev.7z
49029e164b653d41c72584f30b6a7ac5c4eac560 wxMSW-3.2.5_vc14x_ReleaseDLL.7z
45f2ca056a5532c161287db0ce3446193afbb0b5 wxMSW-3.2.5_vc14x_ReleasePDB.7z
f5941fea2d563531401edd32f85b195be01155e9 wxMSW-3.2.5_vc14x_x64_Dev.7z
531a679127365546022f53224806e57a5b5584ae wxMSW-3.2.5_vc14x_x64_ReleaseDLL.7z
878db9593a3de28322a34e75e953310278139462 wxMSW-3.2.5_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.2.4

Published by github-actions[bot] 11 months ago

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

wxWidgets 3.2.4 is part of 3.2 stable branch. This means that it is API and ABI-compatible with the previous 3.2.x releases, i.e. the applications previously built using 3.2.3 or earlier shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.

We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.

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.2.4.zip or wxWidgets-3.2.4.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.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:

3bda94c2b280dc59669cbd8bd6c29b90d51088ba  wxMSW-3.2.4-Setup.exe
9448c1b78cdab441e343354912373d0aa8c54b18  wxWidgets-3.2.4-docs-chm.zip
80352a1e90f14120cb27d6d372999fe88f1c1b76  wxWidgets-3.2.4-docs-html.tar.bz2
9f2381fb27dca55537534e9cffa614d1d0b580c5  wxWidgets-3.2.4-docs-html.zip
86022483a0bfe81edf5aee38de07a0800f0a0602  wxWidgets-3.2.4-headers.7z
c8baca1debe9d19d4c79f5a2dd80e9ac0aa6aabf  wxWidgets-3.2.4.7z
1fa54302c7ef6c86fa4311d303abd79a85b127a5  wxWidgets-3.2.4.tar.bz2
fa77b63621cae0438cfba0abb426c0ecee96d846  wxWidgets-3.2.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, 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 10.3.0.
  • MSYS2 MinGW 12.2.0 and 13.2.0.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.2.4_Headers.7z file and one of wxMSW-3.2.4-vcXXX_Dev.7z or wxMSW-3.2.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.2.4_vcXXX_ReleaseDLL.7z or wxMSW-3.2.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.2.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:

f51e29cee44d6c31b4da4b8b15b2abd8ca097738 wxMSW-3.2.4_gcc730_Dev.7z
0743322cc8070b8af29c6730e52767a6d86fe777 wxMSW-3.2.4_gcc730_ReleaseDLL.7z
f5f2e647b95d1dc06c4d71581be7aca4a7e16ca1 wxMSW-3.2.4_gcc730_x64_Dev.7z
eead284adb5d814e282201348167776d3f887128 wxMSW-3.2.4_gcc730_x64_ReleaseDLL.7z
7605c9760f459c02270529efd8af0bdc776b1a33 wxMSW-3.2.4_gcc810_Dev.7z
3df8da9f33afc9d9457913bd98babe1fb9fbe8d1 wxMSW-3.2.4_gcc810_ReleaseDLL.7z
9c5ba326a79f770b4e94f1edb97ecb5132d360f2 wxMSW-3.2.4_gcc810_x64_Dev.7z
1c076d723ffbdd2d05625b0d0b58e0583172e970 wxMSW-3.2.4_gcc810_x64_ReleaseDLL.7z
c8ebe7eb87bb437b3c4504874ec429c30eac504b wxMSW-3.2.4_gcc1030TDM_Dev.7z
96adaf25e2c4f0d9eff5aba5f135781fdbadb9bd wxMSW-3.2.4_gcc1030TDM_ReleaseDLL.7z
5b3a7a70e8badbd2c3eee58bcf0c31a8c84d9cff wxMSW-3.2.4_gcc1030TDM_x64_Dev.7z
53b369ef540fbe4d7b4943205edf1e22a0236adc wxMSW-3.2.4_gcc1030TDM_x64_ReleaseDLL.7z
637e87e21d1d7498818ac2826b225e47613eaeef wxMSW-3.2.4_gcc1220_Dev.7z
824de9f7deb74f2a24fb1ce3bd00bb13e6d93370 wxMSW-3.2.4_gcc1220_ReleaseDLL.7z
91761f96b3cbd2d910f674435b13d210795336a0 wxMSW-3.2.4_gcc1220_x64_Dev.7z
1b386e1a7c2225f13c1260fcce467079f5ca4415 wxMSW-3.2.4_gcc1220_x64_ReleaseDLL.7z
02408271116e5de38b0973d155c312ee7e5dc6f7 wxMSW-3.2.4_gcc1320_Dev.7z
9b5a0f04a1e8dabb8b56a5906ab3fcef1f686978 wxMSW-3.2.4_gcc1320_ReleaseDLL.7z
1c16a336f63f17b1b53be933f7b5843ff9005acc wxMSW-3.2.4_gcc1320_x64_Dev.7z
1d748c287587140f7a9f0260c0bd286dd92f50b4 wxMSW-3.2.4_gcc1320_x64_ReleaseDLL.7z
da0d7e7c92c5e5d1133792ea1043ee372f828fa1 wxMSW-3.2.4_vc90_Dev.7z
af697b60eb66e86dd8e9b1abe5b9fe6782fceb5e wxMSW-3.2.4_vc90_ReleaseDLL.7z
8d2625fc88fb091ad525fcf1e50c0c922c031c2c wxMSW-3.2.4_vc90_ReleasePDB.7z
22f4273f9dcff4d972706fd8394cd3f24ee78f2d wxMSW-3.2.4_vc90_x64_Dev.7z
c3a7f42c2044dd97613aa6644bd48ca09d107ab5 wxMSW-3.2.4_vc90_x64_ReleaseDLL.7z
00b0f83755d7d49b0ac5a391c570d8618560c0ce wxMSW-3.2.4_vc90_x64_ReleasePDB.7z
a1f99f8f8e14c0c86e55199b76f6ba7cc128d7c9 wxMSW-3.2.4_vc100_Dev.7z
e3c6d103ecccf7de2a6ac369bc217ed6a77abf4a wxMSW-3.2.4_vc100_ReleaseDLL.7z
65584fbb62a366d9a1504fb2d05988b01540aff4 wxMSW-3.2.4_vc100_ReleasePDB.7z
d48dd39a068ec2a9d4d54f4455311bab1b8eb9c8 wxMSW-3.2.4_vc100_x64_Dev.7z
db2312ada477a518243cb12669291aef9be04cfb wxMSW-3.2.4_vc100_x64_ReleaseDLL.7z
128bee84fcf533f77e40668d01d343e9bc902602 wxMSW-3.2.4_vc100_x64_ReleasePDB.7z
83ae2d3beff45df23982bd05ce4104ad7e84ca48 wxMSW-3.2.4_vc110_Dev.7z
3da30df661e7872148ae6152a14d45200da4c797 wxMSW-3.2.4_vc110_ReleaseDLL.7z
85d41f4d23c8d7f7c7a740582714a3a443d64fcd wxMSW-3.2.4_vc110_ReleasePDB.7z
e59c97839a29c95d529907b7eabebe383f651faa wxMSW-3.2.4_vc110_x64_Dev.7z
6e8bcbffaf2303e022d60efe20f387bf9c9fee3b wxMSW-3.2.4_vc110_x64_ReleaseDLL.7z
2f8edf5c0efebcff2b12f49cde24037e85c91183 wxMSW-3.2.4_vc110_x64_ReleasePDB.7z
319ccb736b965d669eb9019db2a42c826f9e2b6f wxMSW-3.2.4_vc120_Dev.7z
bf17e3dcc17bb6b19dcca2e470a2a029dbb0e680 wxMSW-3.2.4_vc120_ReleaseDLL.7z
5ff9087e14caf268b703a62c34931ae0a3d7851b wxMSW-3.2.4_vc120_ReleasePDB.7z
26756f7b054e392b406a6bfdcf09113c2907cc81 wxMSW-3.2.4_vc120_x64_Dev.7z
e69a49a3ce33bd0b2823c0c28f3507f886b3fbc3 wxMSW-3.2.4_vc120_x64_ReleaseDLL.7z
7ce1ecb6f53165d5e906cfe9b9f3f6edfdaf6e6e wxMSW-3.2.4_vc120_x64_ReleasePDB.7z
29647b24e5120b62e588827c163f0fe660936002 wxMSW-3.2.4_vc14x_Dev.7z
90f54b0db38d88aac08b3a9cfc7c6051ccf5d1ed wxMSW-3.2.4_vc14x_ReleaseDLL.7z
13880f9d3faaec6ddd18efac40268298abd6a513 wxMSW-3.2.4_vc14x_ReleasePDB.7z
19cf62ade3c3fc55813ad9a2f1a49220574cb54a wxMSW-3.2.4_vc14x_x64_Dev.7z
e99ecc782525835f614fe299ef43096519301b9d wxMSW-3.2.4_vc14x_x64_ReleaseDLL.7z
698f3f49ef28dee55602f11d07db78a879b3b42c wxMSW-3.2.4_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.2.3

Published by github-actions[bot] about 1 year ago

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

wxWidgets 3.2.3 is part of 3.2 stable branch. This means that it is API and ABI-compatible with the previous 3.2.x releases, i.e. the applications previously built using 3.2.2 or earlier shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.

We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.

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.2.3.zip or wxWidgets-3.2.3.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.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:

0a4dedf76291f8ff6141697b90caf9eed78687d0 *wxMSW-3.2.3-Setup.exe
53c0f1c50dfd902f77bff08042804750a82c21e7 *wxWidgets-3.2.3-docs-chm.zip
99fb17261f507ee398bd5e1669f3197538caf6b5  wxWidgets-3.2.3-docs-html.tar.bz2
289ecc5833add00cf2515597419378261ffceb44  wxWidgets-3.2.3-docs-html.zip
6abda29d675c506bcb66110e19fcae14b9ea6933  wxWidgets-3.2.3-headers.7z
4542dc911b654ddfd5044c0e4548e6823e454038  wxWidgets-3.2.3.7z
694c4788aaf390983183a8648145eb883715c3d5  wxWidgets-3.2.3.tar.bz2
8ecc70034bf7d6ab8725114eb745404553cdf8dc *wxWidgets-3.2.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, 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 10.3.0.
  • MSYS2 MinGW 12.2.0 and 13.2.0.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.2.3_Headers.7z file and one of wxMSW-3.2.3-vcXXX_Dev.7z or wxMSW-3.2.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.2.3_vcXXX_ReleaseDLL.7z or wxMSW-3.2.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.2.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-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:

115d3f68c47982dc51aa5de514c0fb5bb6c06b62 wxMSW-3.2.3_gcc730_Dev.7z
3d7d0aad6793bcaf9cd6b50d24075ac9bb88376d wxMSW-3.2.3_gcc730_ReleaseDLL.7z
4a54ad28a26a940694769efa703f4eab46db5b3e wxMSW-3.2.3_gcc730_x64_Dev.7z
b10b86d89b135eabf899eea61ae5f8650252bbea wxMSW-3.2.3_gcc730_x64_ReleaseDLL.7z
b2b9bdf38f43a31abf57a49d8021e775458abdb5 wxMSW-3.2.3_gcc810_Dev.7z
2a0dfb643f398d3529f2ab0319f356faa92d8cef wxMSW-3.2.3_gcc810_ReleaseDLL.7z
8d0e423901b144586c43140a76da357bfa5f8d2b wxMSW-3.2.3_gcc810_x64_Dev.7z
32c0ed9c10c3b1c33cbd48a72d021c53f6b33de3 wxMSW-3.2.3_gcc810_x64_ReleaseDLL.7z
cace017af9b2a7b340ff2a5d11b58862b0666057 wxMSW-3.2.3_gcc1030TDM_Dev.7z
42454a56f60d2b5734f6b192a2929f69a7b71806 wxMSW-3.2.3_gcc1030TDM_ReleaseDLL.7z
4d6fde760531c8293d768984ead043cb44cfd6b9 wxMSW-3.2.3_gcc1030TDM_x64_Dev.7z
bb4046773b6f1c78477a890bc73a4c88b508cc11 wxMSW-3.2.3_gcc1030TDM_x64_ReleaseDLL.7z
2cd4a5aa28d98909203e8c3166bfd8cdfef92c4b wxMSW-3.2.3_gcc1220_Dev.7z
7ee52571ce5c14a4d6005c27de73dcfc9e5cabb4 wxMSW-3.2.3_gcc1220_ReleaseDLL.7z
5fdd9525d845c6e97156caf3a6b7a67edb5191c3 wxMSW-3.2.3_gcc1220_x64_Dev.7z
fca2f69dbfbadb0964cedf4e03b3c145666e13b5 wxMSW-3.2.3_gcc1220_x64_ReleaseDLL.7z
09e9c0a273788cbfd9cfd2504789bf4b4d019b1c wxMSW-3.2.3_gcc1320_Dev.7z
95c980c27df6e03332bbe5c24751e274140ecc1a wxMSW-3.2.3_gcc1320_ReleaseDLL.7z
99a0a14e1724f41b2dc959b66ee7745806b3bf8d wxMSW-3.2.3_gcc1320_x64_Dev.7z
453f63f61ad6db398084eebf8492e6a3ae4cb3db wxMSW-3.2.3_gcc1320_x64_ReleaseDLL.7z
c426f001c61a56bee6b897adc706dc9232caae7a wxMSW-3.2.3_vc90_Dev.7z
5c6a7c24e76e534296ad0d310633e8429d043b8e wxMSW-3.2.3_vc90_ReleaseDLL.7z
0e55433d14239e9311a59006d364a39e2601d254 wxMSW-3.2.3_vc90_ReleasePDB.7z
907758e6600ec9f469121ce7d56d620e6b939ef9 wxMSW-3.2.3_vc90_x64_Dev.7z
7997caf00f43327ddbc6762c0730a30bedc88668 wxMSW-3.2.3_vc90_x64_ReleaseDLL.7z
eae258e65e71b8317d46038c6933ba1fa2d07b95 wxMSW-3.2.3_vc90_x64_ReleasePDB.7z
77abaf6d0edad5f86d642925cdcf08f858f9b4a8 wxMSW-3.2.3_vc100_Dev.7z
64c93f4bccd62d9ce94062d62b6616a59b35657a wxMSW-3.2.3_vc100_ReleaseDLL.7z
69b8b44e364dc43c47e596be633909c52546c78d wxMSW-3.2.3_vc100_ReleasePDB.7z
15dc3b94b295a269bd12243ace9e7a39591578f1 wxMSW-3.2.3_vc100_x64_Dev.7z
fa19183110b97c75e6963e97b97db0e7df6b4a4a wxMSW-3.2.3_vc100_x64_ReleaseDLL.7z
4e5ec08ce5fbdaafbf74d5ba5c24c884061b4c8a wxMSW-3.2.3_vc100_x64_ReleasePDB.7z
7552d22e14a872518202894c25dc45fbcfe14a1d wxMSW-3.2.3_vc110_Dev.7z
282a63b457a72014fe0a24b62856d5ba7e5c051a wxMSW-3.2.3_vc110_ReleaseDLL.7z
bb07389fabd7d95e55f831b848dafe5e1048b9ab wxMSW-3.2.3_vc110_ReleasePDB.7z
61c8782403054ad4753e9695adf40211598d71bd wxMSW-3.2.3_vc110_x64_Dev.7z
f4de5911f8ba848a5fc5b2a52fdfcfac221eb3fd wxMSW-3.2.3_vc110_x64_ReleaseDLL.7z
93143483ca117230b0705b36c2a68b84aa1d7139 wxMSW-3.2.3_vc110_x64_ReleasePDB.7z
7c01031dfebc4226bc8f52361d6162e9d014d2e2 wxMSW-3.2.3_vc120_Dev.7z
c17a2e1587580ca6eb97c8ddc1601ab409a978c1 wxMSW-3.2.3_vc120_ReleaseDLL.7z
de559db9f4540d427b30a3a474ea9f1afe4b652c wxMSW-3.2.3_vc120_ReleasePDB.7z
f4602fb14db6d9a8226fdb924808216d2b1dddb0 wxMSW-3.2.3_vc120_x64_Dev.7z
6fdf55e7428a3761a03a136f59842d9a949fd415 wxMSW-3.2.3_vc120_x64_ReleaseDLL.7z
f1f2b55b94fbb561fef77ae0b09e9e7433f3c0ff wxMSW-3.2.3_vc120_x64_ReleasePDB.7z
ffe2e0d21c09fc51637c54d59b242cbfcf10b66f wxMSW-3.2.3_vc14x_Dev.7z
22037a39a7151ee6711e3b1ffa12cf006320beea wxMSW-3.2.3_vc14x_ReleaseDLL.7z
b3be20ccb22436e3968e7b68b8a3568880ace0d9 wxMSW-3.2.3_vc14x_ReleasePDB.7z
c6a4859ee52147775dd36f2295910c8117bab9a6 wxMSW-3.2.3_vc14x_x64_Dev.7z
0c4a7a4332bb983681b75f2d7b7bcc580f625570 wxMSW-3.2.3_vc14x_x64_ReleaseDLL.7z
555588ae1059020be71f7162378bbdd14eed6541 wxMSW-3.2.3_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.2.2.1

Published by github-actions[bot] over 1 year ago

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

Note:
wxWidgets 3.2.2.1 is a hot-fix release containing a single bug fix for a problem with the icons in wxGenericTreeCtrl introduced in 3.2.2, but is otherwise identical to it.

wxWidgets 3.2.2.1 is part of 3.2 stable branch. This means that it is API and ABI-compatible with the previous 3.2.x releases, i.e. the applications previously built using 3.2.0 or 3.2.1 shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.

We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.

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.2.2.1.zip or wxWidgets-3.2.2.1.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.2.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:

19b5e6a364de2dd7a186487677bf130fdef1c9c7  wxMSW-3.2.2.1-Setup.exe
7cc74c0db9dcc349f59b52780621f2cf196a5c2f  wxWidgets-3.2.2.1-docs-chm.zip
171ea13d61a7af4cafab67f3d299b3420ff07a6a  wxWidgets-3.2.2.1-docs-html.tar.bz2
1cc6e450025c3cee24a8b27ba284c433f0fbc1a1  wxWidgets-3.2.2.1-docs-html.zip
78bb2007a0dafc09c5aedf18972584cbe325808a  wxWidgets-3.2.2.1-headers.7z
cf21be6c86c99569c3e58e41791830eacb16e693  wxWidgets-3.2.2.1.7z
d645cacbf2678cfc402ae163f2b0e0b05be5d239  wxWidgets-3.2.2.1.tar.bz2
032fb3fe03d62253927cbdac3982bfbac1e5633d  wxWidgets-3.2.2.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, 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 10.3.0.
  • MSYS2 MinGW 12.2.0.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.2.2_Headers.7z file and one of wxMSW-3.2.2-vcXXX_Dev.7z or wxMSW-3.2.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.

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.2.2_vcXXX_ReleaseDLL.7z or wxMSW-3.2.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.2.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:

bd740d4e3799dcebe7470e72baddb5a0812040cf wxMSW-3.2.2_gcc730_Dev.7z
5b53baa0165ef271bf556966470ee68d003bf44a wxMSW-3.2.2_gcc730_ReleaseDLL.7z
3a8aa7a315c528e529353ba4133a08f58f380c97 wxMSW-3.2.2_gcc730_x64_Dev.7z
00fba3af1925233310806383631d5307f1e21c31 wxMSW-3.2.2_gcc730_x64_ReleaseDLL.7z
8d5b33b76cd4d8d8282b03bc781e4dd210a630a1 wxMSW-3.2.2_gcc810_Dev.7z
fc831a2bdf63e0ef0ff63ee68cb77d0df3ce714d wxMSW-3.2.2_gcc810_ReleaseDLL.7z
c95c64fb799aee2c276c65099bda0d42903bf9d5 wxMSW-3.2.2_gcc810_x64_Dev.7z
d016c97891cde1e924fb13ea8277bc7031fe10b4 wxMSW-3.2.2_gcc810_x64_ReleaseDLL.7z
b77f42e1eeac9ea09886cb1f93048f95c1bcbb35 wxMSW-3.2.2_gcc1030TDM_Dev.7z
bab7c2a9947f6ec9e4f69f899b3c4f3f0b04e3da wxMSW-3.2.2_gcc1030TDM_ReleaseDLL.7z
90d40b6e077aa5a3aa20574b9efd665177b72f3a wxMSW-3.2.2_gcc1030TDM_x64_Dev.7z
920601b545936d69aaa64547e148d5e90880039e wxMSW-3.2.2_gcc1030TDM_x64_ReleaseDLL.7z
9116226a2df5dc4da0df563bbc374b5f4c8aa506 wxMSW-3.2.2_gcc1220_Dev.7z
2e3aedf350f23399e159e00db482a8638c708362 wxMSW-3.2.2_gcc1220_ReleaseDLL.7z
27f36607f72f1dcb1642a751c95e77a9ec691294 wxMSW-3.2.2_gcc1220_x64_Dev.7z
205cc06164af856614ebb60f7fcfe1df164d1a78 wxMSW-3.2.2_gcc1220_x64_ReleaseDLL.7z
ddf1a68ff493371943f8d6d61feb62faa4d53d08 wxMSW-3.2.2_vc90_Dev.7z
9f4ce53bb6493dd1cedc7c7e66d67d9ff53f4e6c wxMSW-3.2.2_vc90_ReleaseDLL.7z
563f4602a88188a0cac6c6dc5dbda728fe8e7627 wxMSW-3.2.2_vc90_ReleasePDB.7z
289aa0e5ce8ff4c05799a03c8aaa85f022b70f88 wxMSW-3.2.2_vc90_x64_Dev.7z
2d9abc3643345611cb9603bfb74bf21214fb959e wxMSW-3.2.2_vc90_x64_ReleaseDLL.7z
2b4c509a407d6065cd0f7c0e883243e7d4bbadc9 wxMSW-3.2.2_vc90_x64_ReleasePDB.7z
603cc718f6955ef2ad5a7716c2a736416332982c wxMSW-3.2.2_vc100_Dev.7z
fc6971bec8c7ccd7fa85bdedf5d4391f9b7f6014 wxMSW-3.2.2_vc100_ReleaseDLL.7z
c110035b39eec22a01b05a250ac245c9d8868606 wxMSW-3.2.2_vc100_ReleasePDB.7z
7f7425589e267c88037488f1e366e65d7ada6bcf wxMSW-3.2.2_vc100_x64_Dev.7z
0f021f5669fa5763c9b7ad515c0ab1be4c2a2f9b wxMSW-3.2.2_vc100_x64_ReleaseDLL.7z
19bd059be3b55adac46939113c768b7568a3c212 wxMSW-3.2.2_vc100_x64_ReleasePDB.7z
3d65f7f7e39bce2a5fa62f81e8173720f7807ce7 wxMSW-3.2.2_vc110_Dev.7z
684ff29358d1c3e6938f23d71590c8ec5223900f wxMSW-3.2.2_vc110_ReleaseDLL.7z
49786cb1dc34433353802e957f682730f3aae048 wxMSW-3.2.2_vc110_ReleasePDB.7z
214ca21403ef0a7d4cd1db5f35af69946f56a468 wxMSW-3.2.2_vc110_x64_Dev.7z
eb345d5cf73eb2bd2aac8d4147089f2f3260eb9d wxMSW-3.2.2_vc110_x64_ReleaseDLL.7z
a817facdca1bfb7184f5fd3c6aa16361bca085c3 wxMSW-3.2.2_vc110_x64_ReleasePDB.7z
cb7811488c1a1fe761f96fbbc85fd9f7f3e97bee wxMSW-3.2.2_vc120_Dev.7z
94d82636b0a6298861a5c9a755388ceb2e4b820e wxMSW-3.2.2_vc120_ReleaseDLL.7z
b808ed425063f90445bbc4d530326ba19dbb5b92 wxMSW-3.2.2_vc120_ReleasePDB.7z
3fe69b25c12c64e6ee1dbcc8ea4d9ab747b7d87f wxMSW-3.2.2_vc120_x64_Dev.7z
440cba165d52ed4ad9b73930e02234756cd1b191 wxMSW-3.2.2_vc120_x64_ReleaseDLL.7z
cf34773cf611d82e723d7770a133f28b1bd7a8d8 wxMSW-3.2.2_vc120_x64_ReleasePDB.7z
8d9d753a8079461fa735dbcc5a748515c8eb1977 wxMSW-3.2.2_vc14x_Dev.7z
b6b7800b89b6921ccae09c90a595ac5f2821d52a wxMSW-3.2.2_vc14x_ReleaseDLL.7z
f30d0eee9d0ca7d291b3d98780a9b930e26c7c2e wxMSW-3.2.2_vc14x_ReleasePDB.7z
1fd54d74293a0d9a189a660c02693b51bc6160a9 wxMSW-3.2.2_vc14x_x64_Dev.7z
84c93e1fc772595108c9ae9e67ba959857455cf8 wxMSW-3.2.2_vc14x_x64_ReleaseDLL.7z
a7280f90b364097dc8c3822e74003e775171744c wxMSW-3.2.2_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.2.2

Published by github-actions[bot] over 1 year ago

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

wxWidgets 3.2.2 is part of 3.2 stable branch. This means that it is API and ABI-compatible with the previous 3.2.x releases, i.e. the applications previously built using 3.2.0 or 3.2.1 shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.

We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.

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.2.2.zip or wxWidgets-3.2.2.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.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:

3a7c89a862fda4ab89a0ea4dbb9e331ba1b483ec wxMSW-3.2.2-Setup.exe
1d188ed570f71b334fe0e703a944d30d1616d14d wxWidgets-3.2.2-docs-chm.zip
9c78252d3825588b74d077d362b35a7b5c90f89b wxWidgets-3.2.2-docs-html.tar.bz2
d377076ef52690b936c31f8d741653f9dd2e8c03 wxWidgets-3.2.2-docs-html.zip
ac1c01514980ecb7eaf8bd69bcb2c8e6a4b846a8 wxWidgets-3.2.2-headers.7z
86bea631450e78f2852f368e59c9279079a5356d wxWidgets-3.2.2.7z
50ef97a7f51a697d0e28b7b22377fab6b7dc509c wxWidgets-3.2.2.tar.bz2
646696e30736f1253b318c7b5e9ff2861c2f211a wxWidgets-3.2.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, 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 10.3.0.
  • MSYS2 MinGW 12.2.0.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.2.2_Headers.7z file and one of wxMSW-3.2.2-vcXXX_Dev.7z or wxMSW-3.2.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.

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.2.2_vcXXX_ReleaseDLL.7z or wxMSW-3.2.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.2.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:

1a8f7f09252a511d10e75d9cb371bec44013368a wxMSW-3.2.2_gcc730_Dev.7z
c9d43edd51b25cf957cbfec30b2b5ee4086b0d94 wxMSW-3.2.2_gcc730_ReleaseDLL.7z
a92452e2cbd00a051dcb0cfffc594cf9bd2a0844 wxMSW-3.2.2_gcc730_x64_Dev.7z
49b3bad6a24f6e09f1da65cd396fdd51d375ed68 wxMSW-3.2.2_gcc730_x64_ReleaseDLL.7z
20a0661d09efc29ba484a1d2f2348dc42328546c wxMSW-3.2.2_gcc810_Dev.7z
28b9d415d3a3252a8a3ae9aa6faf4f8e129071ae wxMSW-3.2.2_gcc810_ReleaseDLL.7z
9d8bcd38692ac06f9a444cb374e15f495592fa74 wxMSW-3.2.2_gcc810_x64_Dev.7z
d94bf2a787ffe67e9ddd4ea41ab34d7b75395b3e wxMSW-3.2.2_gcc810_x64_ReleaseDLL.7z
ac6639d154a5d3874adae1d0910636e9a9d4a269 wxMSW-3.2.2_gcc1030TDM_Dev.7z
2b1f34facbcb210a9822d89bd0ed3a8035b9b38e wxMSW-3.2.2_gcc1030TDM_ReleaseDLL.7z
49f3bf9b5487fb9a45b6e01cfee1b662c4058b85 wxMSW-3.2.2_gcc1030TDM_x64_Dev.7z
7eaa1abb72dd4a3e0eb213375d2baa2004226c0c wxMSW-3.2.2_gcc1030TDM_x64_ReleaseDLL.7z
344b4f34e1fdfabaf3bc9c2971c1141857108080 wxMSW-3.2.2_gcc1220_Dev.7z
33f346a328d1a21dd1ad06087bbf3e79931ad8be wxMSW-3.2.2_gcc1220_ReleaseDLL.7z
6f8e24079b3150e7bcd11ca1bfefd498bf4d47e1 wxMSW-3.2.2_gcc1220_x64_Dev.7z
27ad1ccc303071f44051f94e94c85b46f2fd79bb wxMSW-3.2.2_gcc1220_x64_ReleaseDLL.7z
9d4bcb3ff3796d4f6486e501178d0541652a8ea2 wxMSW-3.2.2_vc90_Dev.7z
240bd7f734913eafccbed3c3fba1a79c178c1250 wxMSW-3.2.2_vc90_ReleaseDLL.7z
be04037a68a6b4abbd6d28a744e08db9fb89a3f8 wxMSW-3.2.2_vc90_ReleasePDB.7z
f7617e5c1faae1c243e0a4269343adf5d65c1c98 wxMSW-3.2.2_vc90_x64_Dev.7z
323d9972965de4a5ec705d33720cc1011448fdfb wxMSW-3.2.2_vc90_x64_ReleaseDLL.7z
7947863f7e6e1d8e2cac99990491ec37afe43930 wxMSW-3.2.2_vc90_x64_ReleasePDB.7z
0b43f324cc8fbd3ca5a0b622754427a59eaef8a5 wxMSW-3.2.2_vc100_Dev.7z
17baed1324fb014349d7c3fff72404bfcf4bb382 wxMSW-3.2.2_vc100_ReleaseDLL.7z
f0fcaa569cb316c821ce0fe1b2038321a11791e2 wxMSW-3.2.2_vc100_ReleasePDB.7z
fd3f2ea0c342738c596db654cdfcfed471cdee5e wxMSW-3.2.2_vc100_x64_Dev.7z
b9f6abe7a9ca2d76f7ca6c6c8b3c80f939752fc5 wxMSW-3.2.2_vc100_x64_ReleaseDLL.7z
143dd85f31368f09efd6684c53f51c9f01a8ee77 wxMSW-3.2.2_vc100_x64_ReleasePDB.7z
2d18ed0da6f04dfb8306342a5fa42dab4ab049bb wxMSW-3.2.2_vc110_Dev.7z
000a72dcc016d5c3e1596c014d60be490d19f15f wxMSW-3.2.2_vc110_ReleaseDLL.7z
d46014f54510c5f6eb7790fa338cdd162f1878c9 wxMSW-3.2.2_vc110_ReleasePDB.7z
cc2a34076b1fe52d5d04ead01b0dbeff7e03e9ec wxMSW-3.2.2_vc110_x64_Dev.7z
3a420529e70f9bf91c77a256dd6d94a77e352cd2 wxMSW-3.2.2_vc110_x64_ReleaseDLL.7z
d5dd66e1f143bf2374904d1a4968d15e4235de93 wxMSW-3.2.2_vc110_x64_ReleasePDB.7z
699c6fead3343c087294e71e61c3b2f7fb2ec358 wxMSW-3.2.2_vc120_Dev.7z
4b7b99e2946e7a05a4e14052e6ca49a298df7aa4 wxMSW-3.2.2_vc120_ReleaseDLL.7z
5848df22cbbafcf6de32f73662c447e1e5f3a8a7 wxMSW-3.2.2_vc120_ReleasePDB.7z
8b22d9e54fd91fe40d1cdd06b883347679cfc428 wxMSW-3.2.2_vc120_x64_Dev.7z
d017cf1f8f9fc036ef59a579fc8a5936dda43b69 wxMSW-3.2.2_vc120_x64_ReleaseDLL.7z
042a7a0fe6ddceb6dd0afe9930d22c75f03fc3e3 wxMSW-3.2.2_vc120_x64_ReleasePDB.7z
d6e9994cacff8c4d7fbef7c7e2cacc2b75cbd67f wxMSW-3.2.2_vc14x_Dev.7z
10e2565ce90839c133b44371de94dd3de67653f0 wxMSW-3.2.2_vc14x_ReleaseDLL.7z
86498d7b3ef29157abb2fda95da00ac488301759 wxMSW-3.2.2_vc14x_ReleasePDB.7z
16fd498623be4b3be02fe526e7f61341b395f5dc wxMSW-3.2.2_vc14x_x64_Dev.7z
60060d8ddf065772287112b55c8e5d88777e0d16 wxMSW-3.2.2_vc14x_x64_ReleaseDLL.7z
131ea05b91c600a7db2883df86c8c8ea271069e3 wxMSW-3.2.2_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.2.1

Published by github-actions[bot] about 2 years ago

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

wxWidgets 3.2.1 is part of 3.2 stable branch. This means that it is API and ABI-compatible with 3.2.0 release, i.e. the applications previously built using 3.2.0 shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.

We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.

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.2.1.zip or wxWidgets-3.2.1.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.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:

92d4d9b5d028bb1e1c0925e64f849ad3c0bf7cb2  wxMSW-3.2.1-Setup.exe
48d8036c8afa000153b8de96c148c2dbd2fe4ba0  wxWidgets-3.2.1-docs-chm.zip
45c7ca8b8cada802c7388a6598d219295563bf10  wxWidgets-3.2.1-docs-html.tar.bz2
4ac40221eff511cf9ec61cb8f1f27b467fc3276c  wxWidgets-3.2.1-docs-html.zip
1e058b575de80bdf3163d0643df4fbb776565b3b  wxWidgets-3.2.1-headers.7z
0855c720fd1093c14df8249f17eb02b4de7bd464  wxWidgets-3.2.1.7z
b5299275abddc7cb5fa92f75c17475ade3bc0532  wxWidgets-3.2.1.tar.bz2
b0323a4771415faf1488d284079bdfc56a3586c2  wxWidgets-3.2.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, 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 10.3.0.
  • MSYS2 MinGW 12.2.0.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.2.1_Headers.7z file and one of wxMSW-3.2.1-vcXXX_Dev.7z or wxMSW-3.2.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.

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.2.1_vcXXX_ReleaseDLL.7z or wxMSW-3.2.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.2.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:

5447156a8a0e09f9228bd11d2787d870a85a9359 wxMSW-3.2.1_gcc730_Dev.7z
449c428ced3094cfa3d7df5b94fd11222023d622 wxMSW-3.2.1_gcc730_ReleaseDLL.7z
add51962ce19381754e9c8aa280061f97ffc1f58 wxMSW-3.2.1_gcc730_x64_Dev.7z
f3109ab147f30f9526e5ec026d76e09e2ebdca43 wxMSW-3.2.1_gcc730_x64_ReleaseDLL.7z
01fa7ab915a084bf1a1cb76b4b483847830c0b18 wxMSW-3.2.1_gcc810_Dev.7z
f0c8c4bb449ebab926e2afe71bbc99df43870ff4 wxMSW-3.2.1_gcc810_ReleaseDLL.7z
4bb3264399d88c2c2b0ebde7c0c1f8c5e274958e wxMSW-3.2.1_gcc810_x64_Dev.7z
80e5d4d94edf2743e710795286c96295e47dfcec wxMSW-3.2.1_gcc810_x64_ReleaseDLL.7z
6e7bbff61034ef73c95160aed57786116db7b6f2 wxMSW-3.2.1_gcc1030TDM_Dev.7z
3f978a4637a4253ae940790e0ac4d391de86366a wxMSW-3.2.1_gcc1030TDM_ReleaseDLL.7z
8ec7afc69dbb91e1d14a48e69268a35246365f65 wxMSW-3.2.1_gcc1030TDM_x64_Dev.7z
833d7be9f909ce6ee47dd50b4b6251551e2497fd wxMSW-3.2.1_gcc1030TDM_x64_ReleaseDLL.7z
e27ca6b4a7751bbe2ded52b0c30f7c3790a1051c wxMSW-3.2.1_gcc1220_Dev.7z
41fe0a1fd1c7b47ee03fbf4db5e8f4aefe8a48e1 wxMSW-3.2.1_gcc1220_ReleaseDLL.7z
bc3292fd846201d9ebccd2508e603c0cfa007dc8 wxMSW-3.2.1_gcc1220_x64_Dev.7z
7a53ba9b0d45ab5a22c915d9d81922a9316f975b wxMSW-3.2.1_gcc1220_x64_ReleaseDLL.7z
7284412d4224174553163c4fd030bb354cd02e5f wxMSW-3.2.1_vc90_Dev.7z
b0fb7bbac5127598125b0dc6ee7512ba79eec881 wxMSW-3.2.1_vc90_ReleaseDLL.7z
2562e6b51dee615f688dd1a8f42654e56497cebe wxMSW-3.2.1_vc90_ReleasePDB.7z
ffc795aac44b92a12e41b262f33b4addb55f6639 wxMSW-3.2.1_vc90_x64_Dev.7z
4d3587bbfba2998ec050d8a724962fa60ffe1eb0 wxMSW-3.2.1_vc90_x64_ReleaseDLL.7z
54a2025cab737eabdf1af7abbbe4a2ffe4afe922 wxMSW-3.2.1_vc90_x64_ReleasePDB.7z
01d79939e6305f016a10aaf996d59789f2f58c60 wxMSW-3.2.1_vc100_Dev.7z
d66ecab0788b4bbcec74cfd7695c58bf6fe1a440 wxMSW-3.2.1_vc100_ReleaseDLL.7z
10c9b4e7572f46b85cb5234dcb1d33740fa88331 wxMSW-3.2.1_vc100_ReleasePDB.7z
c7f2690ca5f14bda7b1e83a8b558d9e4c7cda1ef wxMSW-3.2.1_vc100_x64_Dev.7z
c51eb7b85057ef0fda2a8e48fd7ca0bf82b3b21e wxMSW-3.2.1_vc100_x64_ReleaseDLL.7z
fb219d90bdd8cd12a5abcfca614b05e3a67b217c wxMSW-3.2.1_vc100_x64_ReleasePDB.7z
bb28038acdc72ddab60e79263910de3189fa2861 wxMSW-3.2.1_vc110_Dev.7z
05f20d268448ef5e7f680ea0ac8af5788d03c427 wxMSW-3.2.1_vc110_ReleaseDLL.7z
65e9c4704a012c51c5175a44a436c3e4075b7615 wxMSW-3.2.1_vc110_ReleasePDB.7z
cae9e92b6dbfba155154f217f3d45fa155f64eba wxMSW-3.2.1_vc110_x64_Dev.7z
4426cca36e9a4c39dce779301da1906b13c3bb77 wxMSW-3.2.1_vc110_x64_ReleaseDLL.7z
9e0e5854567919d1dc73e62fdfe574a60ce8ef8c wxMSW-3.2.1_vc110_x64_ReleasePDB.7z
42be6d1048bbf11f4ef596296b515ca77a550094 wxMSW-3.2.1_vc120_Dev.7z
22f3ff8b7908a6a0fa78a9bce51b70b4a5624c4b wxMSW-3.2.1_vc120_ReleaseDLL.7z
fc8e63b87d07602fddb693ed196d492f2984565d wxMSW-3.2.1_vc120_ReleasePDB.7z
dd2fa5225776f73977b00ee0663ff962eb40bd38 wxMSW-3.2.1_vc120_x64_Dev.7z
23f3262cc1e2f1d27dbb53b78e926c17567342b9 wxMSW-3.2.1_vc120_x64_ReleaseDLL.7z
1642767242a5d4a96aa6877132bbb8d82358cd48 wxMSW-3.2.1_vc120_x64_ReleasePDB.7z
d57d958cc1da9bcf125b4552cd27a1745892e053 wxMSW-3.2.1_vc14x_Dev.7z
ab5b3a11b06bb6420f1b9da196611f9883d1682e wxMSW-3.2.1_vc14x_ReleaseDLL.7z
25db208cd2f7482aa32a641f2c0b8e8f9b1e08bc wxMSW-3.2.1_vc14x_ReleasePDB.7z
c23a970dc2fd6d634dbe738b8a744f8c818cd3c7 wxMSW-3.2.1_vc14x_x64_Dev.7z
d81d832a2ca03b32aaefddd13dbb51d8a8264b0b wxMSW-3.2.1_vc14x_x64_ReleaseDLL.7z
1285bacd9585bfb8dcff132e50af5a7520999fd3 wxMSW-3.2.1_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.2.0

Published by vadz over 2 years ago

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

wxWidgets 3.2.0 is the first release in the 3.2 stable branch. This means that it will remain ABI-compatible with all the 3.2.x releases in the future, i.e. the applications using it will continue to work with the future releases in this series even without recompiling.

We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.

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.2.0.zip or wxWidgets-3.2.0.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.0.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:

f688858b580f29e9ea0650ee4289d980f68fe2cd  wxMSW-3.2.0-Setup.exe
d87c0a3647efb8a6f303d51ddab7e3b01ba2829d  wxWidgets-3.2.0-docs-chm.zip
9c9caa3b3ce30b7f8b1e30b7a6cc70353b21761d  wxWidgets-3.2.0-docs-html.tar.bz2
ba5c838174132a1267458a12713de16ff1fc5cce  wxWidgets-3.2.0-docs-html.zip
75b5271d1a3f08f32557c7a8ca1782310ee279b4  wxWidgets-3.2.0-headers.7z
14b14fc4c5f19f8a0892e09bf3dd115e188540de  wxWidgets-3.2.0.7z
412e6aad037417527fa79fda028c89df685aacbd  wxWidgets-3.2.0.tar.bz2
29f70fb17f42345a281375b4219fa0b8e8c5dfcd  wxWidgets-3.2.0.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, 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 10.3.0.
  • GCC 12.1.0 provided with the MSYS2 project

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.2.0_Headers.7z file and one of wxMSW-3.2.0-vcXXX_Dev.7z or wxMSW-3.2.0_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.2.0_vcXXX_ReleaseDLL.7z or wxMSW-3.2.0_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.2.0_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:

5e2fda4170d5deeb43d84ddb1d841fafa9f1e968 wxMSW-3.2.0_gcc730_Dev.7z
36a95d7d32e751e62421b5673da01ed47fcdd032 wxMSW-3.2.0_gcc730_ReleaseDLL.7z
90386b94b7cdf5e8cbf63fa8609964fd63df1d0f wxMSW-3.2.0_gcc730_x64_Dev.7z
43332969b4ce531022c4c28d4393cc11395671e4 wxMSW-3.2.0_gcc730_x64_ReleaseDLL.7z
8e4bda49b3c7c52217ee62b597adf0fa87a5ebb5 wxMSW-3.2.0_gcc810_Dev.7z
3d6716c719598a19604a4ee93e83bf8b3851bd4b wxMSW-3.2.0_gcc810_ReleaseDLL.7z
a7c3112872bcc786bf61f730ceff63f9c3bb77f7 wxMSW-3.2.0_gcc810_x64_Dev.7z
542a765802c62c58ad7d66dc35d3b3c792703f5b wxMSW-3.2.0_gcc810_x64_ReleaseDLL.7z   
3b63e46a2de7220155756298eac1895ee354212e wxMSW-3.2.0_gcc1030TDM_Dev.7z
b639357e0d74c89fe707c088a8b8d40b6357038d wxMSW-3.2.0_gcc1030TDM_ReleaseDLL.7z
40fc23fbc168322f38d1da03fe10109179bff80f wxMSW-3.2.0_gcc1030TDM_x64_Dev.7z
08df87a0d8a136dddfab2f6e58617a6c4f4c5a54 wxMSW-3.2.0_gcc1030TDM_x64_ReleaseDLL.7z
8bf871dbda2d159e114f963efa6fb7d8e4a8788e wxMSW-3.2.0_gcc1210_Dev.7z
9d74c23a8c22c4fb026a0b365a9edd6c311d064f wxMSW-3.2.0_gcc1210_ReleaseDLL.7z
26a58b3dc1135163921910b69e0ac94f2cbd18a0 wxMSW-3.2.0_gcc1210_x64_Dev.7z
ca15f4ddc1d9ebf68a6a7764eda60a6369285b2d wxMSW-3.2.0_gcc1210_x64_ReleaseDLL.7z
e86a599ca5fac4f9fd478c5df03056461a9f2a99 wxMSW-3.2.0_vc90_Dev.7z
14b32b2d319d5cb97e20e0c862ebe931afcc8c88 wxMSW-3.2.0_vc90_ReleaseDLL.7z
07c706e4f380163a9262b1fc2cc71e4bbc430dc0 wxMSW-3.2.0_vc90_ReleasePDB.7z
6004c2c904e37d0ad65f071076635b775b1b34af wxMSW-3.2.0_vc90_x64_Dev.7z
b3af03e39640e55bca80026dcb28267571bb9459 wxMSW-3.2.0_vc90_x64_ReleaseDLL.7z
dbd356908ace8ac511c767bb334eb4194d8f199f wxMSW-3.2.0_vc90_x64_ReleasePDB.7z
b0da257e3d8d05a1e13aeb9e4cc714fea4accde7 wxMSW-3.2.0_vc100_Dev.7z
740d0d000632ca4da66876827036809bc0714141 wxMSW-3.2.0_vc100_ReleaseDLL.7z
11e362e791c8aae6f6fe214774531473a6f27571 wxMSW-3.2.0_vc100_ReleasePDB.7z
2531fbfdee223a33a0d62bf969df362e53757a9a wxMSW-3.2.0_vc100_x64_Dev.7z
68683b0bfacd1175a6dd9d16bf8cf98816f7209d wxMSW-3.2.0_vc100_x64_ReleaseDLL.7z
3c4825dca2fe3324afceff5a09c553faf76a4c0f wxMSW-3.2.0_vc100_x64_ReleasePDB.7z
6154a3317c439727b660e7390a440e15bd2738b1 wxMSW-3.2.0_vc110_Dev.7z
2d1df83bcdbe6363f1069c8e749192a9f7e358b8 wxMSW-3.2.0_vc110_ReleaseDLL.7z
0bd9ecd2817b778bd491dd76e5c98984c6cc33ec wxMSW-3.2.0_vc110_ReleasePDB.7z
041c2793b4aea3268b4543be8bfd54e57578be81 wxMSW-3.2.0_vc110_x64_Dev.7z
73392738d8fe6cfb7d093735a27e008379494bf3 wxMSW-3.2.0_vc110_x64_ReleaseDLL.7z
13a0fa165e4d943fb358a87baf9d9ccb2fc2fcfa wxMSW-3.2.0_vc110_x64_ReleasePDB.7z
e600cdb0b7a465cad0dba6c5252d1d7f492bdc9d wxMSW-3.2.0_vc120_Dev.7z
32b8559cf7fbc02653b8f5c74cc93403bf8818d4 wxMSW-3.2.0_vc120_ReleaseDLL.7z
b9a7df848aa004ad8d24e2ac144975b477cfa73d wxMSW-3.2.0_vc120_ReleasePDB.7z
8bda0f0b9f7dd0ab43cb9d15c69faf397e378465 wxMSW-3.2.0_vc120_x64_Dev.7z
99cd367545ef3a7bf294af122530ec800e144cee wxMSW-3.2.0_vc120_x64_ReleaseDLL.7z
13b023a9b7baa6e400dc708b226cadcbad89babb wxMSW-3.2.0_vc120_x64_ReleasePDB.7z
20683c6b954947679cd8e80d118d713ec7437412 wxMSW-3.2.0_vc14x_Dev.7z
8aba6c91aad911723a3470e20574b2976594551a wxMSW-3.2.0_vc14x_ReleaseDLL.7z
f4dedf7159b35b4d2a1ba4e92c7d7a93be0bfdb2 wxMSW-3.2.0_vc14x_ReleasePDB.7z
65ad095d125dea942b9a74339e0476d14a53e6af wxMSW-3.2.0_vc14x_x64_Dev.7z
c5164b52771aac9973123cfdbeecc5fe8606faba wxMSW-3.2.0_vc14x_x64_ReleaseDLL.7z
61549c7f12ec7c3398160be3445476a812987f9f wxMSW-3.2.0_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.2.0 RC1

Published by vadz over 2 years ago

This is a release candidate, not the final 3.2.0 release yet!

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

wxWidgets 3.2.0-rc1 is the first release in the 3.2 stable branch. This means that it will remain ABI-compatible with all the 3.2.x releases in the future, i.e. the applications using it will continue to work with the future releases in this series even without recompiling.

We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.

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.2.0-rc1.zip or wxWidgets-3.2.0-rc1.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.0-rc1.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:

3bf43d93f110482901c65340c0a52d08a063e23c  wxMSW-3.2.0-rc1-Setup.exe
b926e515b5efc2a7b6d066b52f9b4a8ddffa51f8  wxWidgets-3.2.0-rc1-docs-chm.zip
e94efa2bff9b2468f9aa91e8915bffc13a6f0d0c  wxWidgets-3.2.0-rc1-docs-html.tar.bz2
45b84d1d45494493175fcd45023b4a480193a2dd  wxWidgets-3.2.0-rc1-docs-html.zip
582dc5962d09eeeb730404c2c34924f7782871a5  wxWidgets-3.2.0-rc1-headers.7z
137f58d72d2426a08cfb9813be344096538e9263  wxWidgets-3.2.0-rc1.7z
cd631f8f48dd78c41582c0bbd83145ce887b9469  wxWidgets-3.2.0-rc1.tar.bz2
ce20f7c01bb315846631db65e899d06008bb5bf3  wxWidgets-3.2.0-rc1.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, 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 10.3.0.
  • GCC 12.1.0 provided with the MSYS2 project

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.2.0-rc1_Headers.7z file and one of wxMSW-3.2.0-rc1-vcXXX_Dev.7z or wxMSW-3.2.0-rc1_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.2.0-rc1_vcXXX_ReleaseDLL.7z or wxMSW-3.2.0-rc1_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.2.0-rc1_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:

d9860ba6fc9ad7717882deb89ba63b159717f6d7 wxMSW-3.2.0-rc1_gcc730_Dev.7z
5281ad7d2da8ad7f8a0f8579140ae8f9e632b544 wxMSW-3.2.0-rc1_gcc730_ReleaseDLL.7z
7cd85bea58888b7865aeb61b286724f82ad371a0 wxMSW-3.2.0-rc1_gcc730_x64_Dev.7z
23c60a15b50a5197ed22dc9d56da5a4305d7990b wxMSW-3.2.0-rc1_gcc730_x64_ReleaseDLL.7z
32b63f6d07d7758296982f4a23fe98899ac3e098 wxMSW-3.2.0-rc1_gcc810_Dev.7z
6addc6254842a9e17a9a140862e276f977cf4b5e wxMSW-3.2.0-rc1_gcc810_ReleaseDLL.7z
bcbdd26a0370e1070eb60d58df51691473bc554d wxMSW-3.2.0-rc1_gcc810_x64_Dev.7z
9fcfcd87251032941246878dcbbc773dd231cdd5 wxMSW-3.2.0-rc1_gcc810_x64_ReleaseDLL.7z
7880126c75e32fb50b5dc32eb2167ac96463bb71 wxMSW-3.2.0-rc1_gcc1030TDM_Dev.7z
dc9047f587985ce1518ff37fbd2758bffa34cc40 wxMSW-3.2.0-rc1_gcc1030TDM_ReleaseDLL.7z
189161b5000e59b57a196e323e8b7415c51b576d wxMSW-3.2.0-rc1_gcc1030TDM_x64_Dev.7z
978094b634b6e8c8246e38678d637de3fcef2e5a wxMSW-3.2.0-rc1_gcc1030TDM_x64_ReleaseDLL.7z
3516e7bdc127794b499b30c4e941cdbde52f956a wxMSW-3.2.0-rc1_gcc1210_Dev.7z
f2746bba237d94b1ce39e52891be3ce8930f0219 wxMSW-3.2.0-rc1_gcc1210_ReleaseDLL.7z
49943abb546b7321e99ac50ff50633be58a4a3c4 wxMSW-3.2.0-rc1_gcc1210_x64_Dev.7z
bba1898c16472a0537249d277b24aaf26fd3461e wxMSW-3.2.0-rc1_gcc1210_x64_ReleaseDLL.7z
c97122815dc3c0752b80ac42221965f5daac9eb6 wxMSW-3.2.0-rc1_vc90_Dev.7z
beee8807b04d8b9d070835e05477ad5fb639ab89 wxMSW-3.2.0-rc1_vc90_ReleaseDLL.7z
d2a1595a04c90fc40c2ce0337e66e92f4ac477c3 wxMSW-3.2.0-rc1_vc90_ReleasePDB.7z
e6d01f8ac7e4603044646b7f956129a36f80f83c wxMSW-3.2.0-rc1_vc90_x64_Dev.7z
a09c3480ab29b73b71e9992cf86b81b28b5cbf28 wxMSW-3.2.0-rc1_vc90_x64_ReleaseDLL.7z
a085ec5b25a1c3dc4c7d3188b379e0c0f544f05f wxMSW-3.2.0-rc1_vc90_x64_ReleasePDB.7z        
8c78acc2c135e22f9e6a5b2c2c11b8623da18aab wxMSW-3.2.0-rc1_vc100_Dev.7z
c2b9bc647bc46dc19d7e44233416a3fa63296305 wxMSW-3.2.0-rc1_vc100_ReleaseDLL.7z
fe538d894ff8a472831f1e869f389874fee9f796 wxMSW-3.2.0-rc1_vc100_ReleasePDB.7z
2de2c73dd3721180cf8857b8518bd140bcdaf4d7 wxMSW-3.2.0-rc1_vc100_x64_Dev.7z
960d024f262938661c01eabe3fc557ae21a9acc8 wxMSW-3.2.0-rc1_vc100_x64_ReleaseDLL.7z
906e0b8aaf7d9461924eec945468e36e744b8f90 wxMSW-3.2.0-rc1_vc100_x64_ReleasePDB.7z
4a58cc2112cf773d7859d81a27e9aff07ad0a4ad wxMSW-3.2.0-rc1_vc110_Dev.7z
dd6dc9920a62935a3155b43f2b05c1d730e8e835 wxMSW-3.2.0-rc1_vc110_ReleaseDLL.7z
f851d9d9cfe49e43a45271eb55cc477d2378a3aa wxMSW-3.2.0-rc1_vc110_ReleasePDB.7z
7f7708d0ea21e3bec4b90f95617b4337302dc783 wxMSW-3.2.0-rc1_vc110_x64_Dev.7z
2fc310952c8d82853f87e6c5e684b0445ead92e8 wxMSW-3.2.0-rc1_vc110_x64_ReleaseDLL.7z
e0ae51c2d9236bbd0a81060f7b151695cb132961 wxMSW-3.2.0-rc1_vc110_x64_ReleasePDB.7z
1f9aba555606c9fa71cfa889fdf3df52792b553b wxMSW-3.2.0-rc1_vc120_Dev.7z
31a5e55b4a7148f42101057ed589718a27ed2b5d wxMSW-3.2.0-rc1_vc120_ReleaseDLL.7z
760cc93daa6ef6c7d6798a23f8ae31ba1819787f wxMSW-3.2.0-rc1_vc120_ReleasePDB.7z
a8ea5421f457d202fb731d4e3c5999985b393d98 wxMSW-3.2.0-rc1_vc120_x64_Dev.7z
b03c7a6d0bc2d58024ea0c12a4672da08348c67d wxMSW-3.2.0-rc1_vc120_x64_ReleaseDLL.7z
81f5d1f5869bfbaf651a5a819b5a6790d5cbc143 wxMSW-3.2.0-rc1_vc120_x64_ReleasePDB.7z
953c502672f03b2d996c9318bd973ab050e3986c wxMSW-3.2.0-rc1_vc14x_Dev.7z
8b72d89341a0b336e08ec043adce6be450a24dc1 wxMSW-3.2.0-rc1_vc14x_ReleaseDLL.7z
1f86263550996fabd044bb8c8820a1c054022e53 wxMSW-3.2.0-rc1_vc14x_ReleasePDB.7z
9fe1a9e311ef6970f25ffedb44c97fda76439346 wxMSW-3.2.0-rc1_vc14x_x64_Dev.7z
891098301e5fde650a0709a7f6b9b85202f0d533 wxMSW-3.2.0-rc1_vc14x_x64_ReleaseDLL.7z
d83f24db518fe9fd4d882f454b801acd0734264a wxMSW-3.2.0-rc1_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.1.7

Published by vadz over 2 years ago

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

wxWidgets 3.1.7 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.7.zip or wxWidgets-3.1.7.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.1.7.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:

91ab89f69d57348b2ea9d419b0c68a1e0b71a164  wxMSW-3.1.7-Setup.exe
fbb54f72a645a2dfe5225a56e85f42fa28a30fd0  wxWidgets-3.1.7-docs-chm.zip
86eea293e1e34480c5d39aecfe5eba2a9ae0c129  wxWidgets-3.1.7-docs-html.tar.bz2
8bca782cacf1b143790a67d52ffd5b3a6a8c4625  wxWidgets-3.1.7-docs-html.zip
4ff4c29cb53f64b6c3c86ec7ede141c204357652  wxWidgets-3.1.7-headers.7z
a094a8a26581c240a3740c482a806856beb5930b  wxWidgets-3.1.7.7z
893e7886bc1e9fcf691bd4db0c9e49dc8413f674  wxWidgets-3.1.7.tar.bz2
9b5d0dc596124996173cf88b14527189dee73952  wxWidgets-3.1.7.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, 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 10.3.0.
  • GCC 12.1.0 provided with the MSYS2 project

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.1.7_Headers.7z file and one of wxMSW-3.1.7-vcXXX_Dev.7z or wxMSW-3.1.7_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.7_vcXXX_ReleaseDLL.7z or wxMSW-3.1.7_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.7_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:

30fbc8b042a7d180fbd2f391681a100c7753054b wxMSW-3.1.7_gcc730_Dev.7z
96ca8e03b0aec1d6983efd833fa56a176e8a8b71 wxMSW-3.1.7_gcc730_ReleaseDLL.7z
2eb73509f947b9ec1dd1649fba49fd158065db34 wxMSW-3.1.7_gcc730_x64_Dev.7z
517b347e71e3a800e8821c0812ee9f64ef46f89e wxMSW-3.1.7_gcc730_x64_ReleaseDLL.7z
ed9ebe968f43c6b970ae214ef82131d3354c4bc9 wxMSW-3.1.7_gcc810_Dev.7z
d49d7a079af24ad0ed05ede2614924f342ba46b2 wxMSW-3.1.7_gcc810_ReleaseDLL.7z
3495d17eebd751fceb42f37a071413ddab51b1ed wxMSW-3.1.7_gcc810_x64_Dev.7z
3c7ff5ffbe7bf96395aeabd521c4fdbd6c94ea85 wxMSW-3.1.7_gcc810_x64_ReleaseDLL.7z
87ef8b39328d83e9674a0e73ab6e784f457474b7 wxMSW-3.1.7_gcc1030TDM_Dev.7z
dc247de7afad41f96ef81b804326c61daec9b5e2 wxMSW-3.1.7_gcc1030TDM_ReleaseDLL.7z
d90606b7561d8134826707985f56aabef2757180 wxMSW-3.1.7_gcc1030TDM_x64_Dev.7z
826eed6b3165762e2bd653f1660baf5677326938 wxMSW-3.1.7_gcc1030TDM_x64_ReleaseDLL.7z
89b77763d7095301cc7805ec7b301d54bd6bf8c0 wxMSW-3.1.7_gcc1210_Dev.7z
13627369639c42cc343a7336086acf75941d2ee6 wxMSW-3.1.7_gcc1210_ReleaseDLL.7z
bd78e77de3108bef689d90253bb772715ca52d88 wxMSW-3.1.7_gcc1210_x64_Dev.7z
21f881dc592b844880c6aff81fc85df6161a3c2c wxMSW-3.1.7_gcc1210_x64_ReleaseDLL.7z
b7b05ea200ffd22efc7dada087675e178cfb74d3 wxMSW-3.1.7_vc90_Dev.7z
81d3153ab14c641d239dee45ef8bbd9aa9f17cf1 wxMSW-3.1.7_vc90_ReleaseDLL.7z
3fb71a7de74cf13f70c4e8112601bee68c1a8d1a wxMSW-3.1.7_vc90_ReleasePDB.7z
cccaa89111c476e290bd9cb2890cc9b4062fde8d wxMSW-3.1.7_vc90_x64_Dev.7z
dace18e52b9f6dcc45384af142e8a422d6d9f588 wxMSW-3.1.7_vc90_x64_ReleaseDLL.7z
d80527685e979bf652dc6f21c3c2b670f99004a1 wxMSW-3.1.7_vc90_x64_ReleasePDB.7z
212a0918948e4d284204e2cbc2317fa58e6dea79 wxMSW-3.1.7_vc100_Dev.7z
0ac7f3fd63c27b1b277e60b2953b619046744e8f wxMSW-3.1.7_vc100_ReleaseDLL.7z
5f43fe7f395e8ecf4bb96bce19ac8decdcecbc4b wxMSW-3.1.7_vc100_ReleasePDB.7z
875d99923822ff43bbcca88be07182694fc41e56 wxMSW-3.1.7_vc100_x64_Dev.7z
567cd6166bb91263cfbb4edafcb731818a6af096 wxMSW-3.1.7_vc100_x64_ReleaseDLL.7z
da53f99e9b0923dadb23d17f7635dec7fb4ff3d0 wxMSW-3.1.7_vc100_x64_ReleasePDB.7z
c9d0269d0569fb02ffbc7ca83927b6ba4a573957 wxMSW-3.1.7_vc110_Dev.7z
3db0d54e928832740d987bf7277c81d010f37732 wxMSW-3.1.7_vc110_ReleaseDLL.7z
b58b053eb49baab6e9187d17f7739ba069083e1a wxMSW-3.1.7_vc110_ReleasePDB.7z
5350ca7aaf977c8309e223a8894ef5ee1f3d7f72 wxMSW-3.1.7_vc110_x64_Dev.7z
444ec9758f921f17f3090f14ffe3c33289444375 wxMSW-3.1.7_vc110_x64_ReleaseDLL.7z
b359fd5b61f886ee34d3a5efef91af1b81c9dc54 wxMSW-3.1.7_vc110_x64_ReleasePDB.7z
e1e8537fe06be634abd1c26cfd2dd7ff7d29caa7 wxMSW-3.1.7_vc120_Dev.7z
b8294a2390a580d447bb3e478246eb46cbaeed70 wxMSW-3.1.7_vc120_ReleaseDLL.7z
423f48baba40b2a3ae92ea8eac8fe3ca165e24ff wxMSW-3.1.7_vc120_ReleasePDB.7z
e0dc4b43a2325fed52c738f45d6262e50a51990a wxMSW-3.1.7_vc120_x64_Dev.7z
b4fb5cf5888027119261b72eee3fb85273b6a304 wxMSW-3.1.7_vc120_x64_ReleaseDLL.7z
a71f65618033182800cb766d05113cb9a38a35c5 wxMSW-3.1.7_vc120_x64_ReleasePDB.7z
7d5dbbc9aa4944cc14aa1b2a479db51f5391728c wxMSW-3.1.7_vc14x_Dev.7z
b3eef3701054c492c7bbae3c756d01a10ab9e6b3 wxMSW-3.1.7_vc14x_ReleaseDLL.7z
a664158c81becabb5174dc5d22af780eae97e680 wxMSW-3.1.7_vc14x_ReleasePDB.7z
ee4f5343ebefde50d4a6ac729ea61580d44fa7c5 wxMSW-3.1.7_vc14x_x64_Dev.7z
6df90afd62fc62cba582b21a1e64ae2eff049c42 wxMSW-3.1.7_vc14x_x64_ReleaseDLL.7z
5bda322db1e3e9a8ee24e020978316d11752faa9 wxMSW-3.1.7_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.1.6

Published by vadz over 2 years ago

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

wxWidgets 3.1.6 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.6.zip or wxWidgets-3.1.6.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.1.6.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:

d378258900ce5cdeb960438b7491ead234e70649  wxMSW-3.1.6-Setup.exe
ebf18d9153e187e65eb9c1e3d0b22aa4505faf01  wxWidgets-3.1.6-docs-chm.zip
58a9786debe3e073d77e417543c47face0680da8  wxWidgets-3.1.6-docs-html.tar.bz2
cfe5b0225312a51e18a54b9ed4b2e5d14b6c536f  wxWidgets-3.1.6-docs-html.zip
24181204dba0891b2307b60994a0c7419e987c16  wxWidgets-3.1.6-headers.7z
ce65de37041c1c614ea4b31499d13e24e11078a1  wxWidgets-3.1.6.7z
266be7de43351e7d75c308f7f45469a5c433479c  wxWidgets-3.1.6.tar.bz2
cb6a3c12cd3ec86b8221fdd41e577c6cd05d7bf2  wxWidgets-3.1.6.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, 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 10.3.0.
  • MSYS2 MinGW 11.2.0.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.1.6_Headers.7z file and one of wxMSW-3.1.6-vcXXX_Dev.7z or wxMSW-3.1.6_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.6_vcXXX_ReleaseDLL.7z or wxMSW-3.1.6_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.6_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:

5f1f2d92b7b0a4c1a2f5dbc7e0c5f596ee59677d wxMSW-3.1.6_gcc1030TDM_Dev.7z
b7a93a41481411d5f1e352b10f6a680f005f651c wxMSW-3.1.6_gcc1030TDM_ReleaseDLL.7z
029b241e780d07e63d675fd20b23aa3431cbb11d wxMSW-3.1.6_gcc1030TDM_x64_Dev.7z
ba1f692385c48e97d84330884d3cae31920810a4 wxMSW-3.1.6_gcc1030TDM_x64_ReleaseDLL.7z
11ad60ada289b5bf929351a882212f423fc837f6 wxMSW-3.1.6_gcc1120_Dev.7z
8b58d65d761776fe62f1e3602098002693573ded wxMSW-3.1.6_gcc1120_ReleaseDLL.7z
803e3dc8db38bc9dfda14d5a698ed92356c3d29e wxMSW-3.1.6_gcc1120_x64_Dev.7z
47134dda62da240347268a73b6a211373cf6f61d wxMSW-3.1.6_gcc1120_x64_ReleaseDLL.7z
1a0c9d7ec909606a96babf5338d826a0a609e868 wxMSW-3.1.6_gcc730_Dev.7z
4a7e37b978361b6721cad927d9cff404d832884a wxMSW-3.1.6_gcc730_ReleaseDLL.7z
7d3d7140e618c1e3fa6672cf459afd9bbd5ac7ae wxMSW-3.1.6_gcc730_x64_Dev.7z
3d2dbd299806b04668abbb82ace6e507ff182efb wxMSW-3.1.6_gcc730_x64_ReleaseDLL.7z
ce4b468c6a5211fac88fc05abcef15ef13632600 wxMSW-3.1.6_gcc810_Dev.7z
7663d4ef766dbc22a5949d8f218824c65c462530 wxMSW-3.1.6_gcc810_ReleaseDLL.7z
797a53435a55999afb97f97fba16dbfdb85205af wxMSW-3.1.6_gcc810_x64_Dev.7z
92df8a21b4c8cf55ffeb0b289fccd8de49d4a7ce wxMSW-3.1.6_gcc810_x64_ReleaseDLL.7z
3ec42aaa45bd93321b605723d19628e701478ebc wxMSW-3.1.6_vc90_Dev.7z
1f2cab89073e3d0693ce98ab81e70a120f3031d5 wxMSW-3.1.6_vc90_ReleaseDLL.7z
2d36ae27671d7efec01bf4375a5f4ff4b93d0e81 wxMSW-3.1.6_vc90_ReleasePDB.7z
ca459d74aed1271ae9d5d44afbacd303681586ed wxMSW-3.1.6_vc90_x64_Dev.7z
9c29bf27662c244268b289738106cc2dd5d0cb97 wxMSW-3.1.6_vc90_x64_ReleaseDLL.7z
91daaf4bc04ecfe937fed07008e429acfe6d9c59 wxMSW-3.1.6_vc90_x64_ReleasePDB.7z
11f9bd465a1db282d78c062a988986299dbe1436 wxMSW-3.1.6_vc100_Dev.7z
cee69c87222438169f0092db1052e39037caa366 wxMSW-3.1.6_vc100_ReleaseDLL.7z
4bf0761907c2e362a8d6cbf67d06979a106fa976 wxMSW-3.1.6_vc100_ReleasePDB.7z
432d814463863c8223a93506d323e2b98ea35765 wxMSW-3.1.6_vc100_x64_Dev.7z
715a2c5ce99deef2285031cdd58a0bfb13083a1a wxMSW-3.1.6_vc100_x64_ReleaseDLL.7z
85cf2e369569b1980504f21a020c73ab0104301f wxMSW-3.1.6_vc100_x64_ReleasePDB.7z    
bd8f00c88caf6c25276ccc478d5886d9550f7238 wxMSW-3.1.6_vc110_Dev.7z
13ff514b1ef4a466bfefa37f445571921ea94bbd wxMSW-3.1.6_vc110_ReleaseDLL.7z
1334ad8a0e4031d751d2792ba37046cff609a72e wxMSW-3.1.6_vc110_ReleasePDB.7z
8640ca89042d13148b5576a62c6bcccf1b0a20e1 wxMSW-3.1.6_vc110_x64_Dev.7z
8ceb4e44ac11b78d77e03aeec9942e4f6f245b04 wxMSW-3.1.6_vc110_x64_ReleaseDLL.7z
9df6e1cececb3f248f031d06e15ad3b937b74db6 wxMSW-3.1.6_vc110_x64_ReleasePDB.7z    
11e4ed51229eeee25ee0975b482419dc5a29f759 wxMSW-3.1.6_vc120_Dev.7z
1a01d37e883dd285ad4428d41445fe03b7df3eeb wxMSW-3.1.6_vc120_ReleaseDLL.7z
9e0ddea6507504d74aa5d5473741d73308ba774b wxMSW-3.1.6_vc120_ReleasePDB.7z
b0234c8de980c4d2abae0b3a34d31ba8345095f9 wxMSW-3.1.6_vc120_x64_Dev.7z
38c6e6c35c27447ffe08b1df17652afba8055791 wxMSW-3.1.6_vc120_x64_ReleaseDLL.7z
e036c37dfa4eea13de6a302bfc9723b60289db7a wxMSW-3.1.6_vc120_x64_ReleasePDB.7z    
3ca5d12bb4210e8a749cb3e42b48e703b137e3ea wxMSW-3.1.6_vc14x_Dev.7z
6c6dbb6d56d74c6d9bf1a90b22e0f3a997995bb2 wxMSW-3.1.6_vc14x_ReleaseDLL.7z
0c5e2578261380cc9578a971b4544a46f6d72a39 wxMSW-3.1.6_vc14x_ReleasePDB.7z
8268462338bb72c6d6ea399d83efe3cde5864517 wxMSW-3.1.6_vc14x_x64_Dev.7z
ea21905aaedb9e935a3b46a116c1612efd6f2fd4 wxMSW-3.1.6_vc14x_x64_ReleaseDLL.7z
74814b3b6609eeda803128970b9d432a0b064b1b wxMSW-3.1.6_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets - wxWidgets 3.1.5

Published by vadz over 3 years ago

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 - wxWidgets 3.1.4

Published by vadz about 4 years ago

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 - wxWidgets 3.0.5.1

Published by doscott over 4 years ago

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 - wxWidgets 3.0.5

Published by doscott over 4 years ago

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 - wxWidgets 3.1.3

Published by vadz almost 5 years ago

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 - wxWidgets 3.1.2

Published by vadz almost 6 years ago

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 - wxWidgets 3.0.4

Published by doscott over 6 years ago

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 - wxWidgets 3.1.1

Published by vadz over 6 years ago

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.

wxWidgets - Release candidate for wxWidgets 3.1.1

Published by vadz over 6 years ago

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.