Skip to content

wxWidgets 3.2.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 12:34
· 3937 commits to master since this release
v3.2.6

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.