Skip to content

Releases: wxWidgets/wxWidgets

wxWidgets 3.3.2

03 Mar 17:51
v3.3.2

Choose a tag to compare

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

wxWidgets 3.3.2 is the third release in the 3.3 development branch, bringing many new features and improvements compared to the stable 3.2 branch while remaining mostly API-compatible with it.

Please note that even this is not a "stable" release, it is still considered to be suitable to be used in production, the only difference with the stable releases is that API and ABI compatibility are not guaranteed for the releases in this series. In practice, however, backwards-incompatible API changes are expected to be rare.

Please see README for more information about this release and the change log for more details of the changes in it. In particular, please read the "INCOMPATIBLE CHANGES" section in the change log if you are upgrading from a previous version of wxWidgets.

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

12baaf00dad5812e20736153d84d9541452de878  wxMSW-3.3.2-Setup.exe
ebae0bef61afd3b58840c9a226a8ab60b5f2245e  wxWidgets-3.3.2-docs-chm.zip
87bcd85664ba3601d56b66c748209cd34c069e49  wxWidgets-3.3.2-docs-html.tar.bz2
8741eebcd50bc051174fd631dd2ede3ba08c9c6b  wxWidgets-3.3.2-docs-html.zip
5d2b42af1caa0d965b09c68e53b8c4af455c6091  wxWidgets-3.3.2-headers.7z
7226a2dd7a2de9c3d95eaf64f8e6a554d0e30231  wxWidgets-3.3.2.7z
825d76242e4a066170b67e8cdc3ce2e1dd03e200  wxWidgets-3.3.2.chm
64ca276f82ccb2b1459bceb4b8fda33609461d69  wxWidgets-3.3.2.tar.bz2
2b2900a750edd5ac5f09e5fd579ed8983bb05a0b  wxWidgets-3.3.2.zip

Binaries

We provide pre-built binary files for x86-64 Windows for the following compilers:

  • Microsoft Visual C++ compiler versions 14.0, 14.1, 14.2 and 14.3 (corresponding to marketing product names of Microsoft Visual Studio 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.
  • Gcc 15.2.0 provided by MSYS2 MINGW64 environment.
  • Gcc 14.2.0 using UCRT Winlibs which is the compiler bundled with Code::Blocks 25.03.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.3.2_Headers.7z file and one of wxMSW-3.3.2-vc14x_x64_Dev.7z or wxMSW-3.3.2_gcc1510_x64_Dev.7z files depending on your compiler.

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.

Please see the instructions in the manual for more details.

For End Users

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

For Debugging

  • Microsoft Visual C++ users: File wxMSW-3.3.2_vc14x_x64_ReleasePDB.7z contains the debug symbols for the release build of the DLLs. Download it 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.
  • gcc users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contain the debug symbols).

Binary File Download Verification

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

920e1c9d8e3c897f40005757eeffcb014b2a2d09 wxMSW-3.3.2_gcc1420UCRT_x64_Dev.7z
23ebabdc1ffa80496e170717aa01714bef3639a4 wxMSW-3.3.2_gcc1420UCRT_x64_ReleaseDLL.7z
da70b61c9a279f97d6e661b89d93183909592d12 wxMSW-3.3.2_gcc1520_x64_Dev.7z
9408dfe14cb28ca9107a3bcc20b8dcf0e0c1dcd5 wxMSW-3.3.2_gcc1520_x64_ReleaseDLL.7z
05898468b0b7c2116b140c3ff5ad18f43a5640d8 wxMSW-3.3.2_vc14x_x64_Dev.7z
41e680074d45485176000b4e57a758c96578e2a1 wxMSW-3.3.2_vc14x_x64_ReleaseDLL.7z
6efb4fb63a4ee0e547d1aab54881287531f5d3d7 wxMSW-3.3.2_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets 3.2.10

03 Mar 17:51
v3.2.10

Choose a tag to compare

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

wxWidgets 3.2.10 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.9 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.10.zip or wxWidgets-3.2.10.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.10.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:

f876e85d452f71c0a063ab6369e218942929f3f8  wxMSW-3.2.10-Setup.exe
e6e5846c70528a3602532fe53d9d86261cecb414  wxWidgets-3.2.10-docs-chm.zip
6619b0ee78109a034311e08563b99e0f393ccfd2  wxWidgets-3.2.10-docs-html.tar.bz2
e9f74b5f50238588300a5284810f9c12c02a0688  wxWidgets-3.2.10-docs-html.zip
e12dc34ed79583f3d2c11bec32d2d8b9016080ed  wxWidgets-3.2.10-headers.7z
19cd34725fa6ebaa704cb84c34a259cdf5b04e03  wxWidgets-3.2.10.7z
ee0264a03f69c562927113be062907d332ddb8e4  wxWidgets-3.2.10.chm
3c98659f51952da65423904349f8336e2256240d  wxWidgets-3.2.10.tar.bz2
62116381443a9044cc16c076a7647f1acc03e154  wxWidgets-3.2.10.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, 14.2.0 and 15.2.0.
  • Winlibs MinGW 14.2.0 compiler using UCRT, which is the compiler bundled with Code::Blocks 25.03.

For Developers

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

d89d51ff2300cd3c1e55ff8216646511159c7705 wxMSW-3.2.10_gcc730_Dev.7z
31be781a27989ec940ba3e87f9820161a240271c wxMSW-3.2.10_gcc730_ReleaseDLL.7z
23d0bebfc6dbcbd01e78af95bb87a77d154fe666 wxMSW-3.2.10_gcc730_x64_Dev.7z
3facc0f5a500d836c89d28ecd7bae6557c767f81 wxMSW-3.2.10_gcc730_x64_ReleaseDLL.7z
aec4b40a7488fac10f04f7775f9bdafe1023e658 wxMSW-3.2.10_gcc810_Dev.7z
9047efd4b50c633fb7146954a4740d7a44e13054 wxMSW-3.2.10_gcc810_ReleaseDLL.7z
8897f895b1b463e0e6bcf7dcc2801bd5569d8c2e wxMSW-3.2.10_gcc810_x64_Dev.7z
cd3f07a4913ea845ebdfafaa5759303255989746 wxMSW-3.2.10_gcc810_x64_ReleaseDLL.7z
28dbba75c0b8f4afb6e681076b3d7279fbea192b wxMSW-3.2.10_gcc1030TDM_Dev.7z
a99d76772b85cbcb97e3c187d43989791f0a1653 wxMSW-3.2.10_gcc1030TDM_ReleaseDLL.7z
4b2c3a28f235ebb6b401d860ce562c12afd7aba6 wxMSW-3.2.10_gcc1030TDM_x64_Dev.7z
15912e302006fbbdd24c34bdda1bc62d174de426 wxMSW-3.2.10_gcc1030TDM_x64_ReleaseDLL.7z
c4d4d3280ab735a96221cb260005b02f223d3b29 wxMSW-3.2.10_gcc1220_Dev.7z
6c79adb4eaedaf3436c50c0ca255ee684c5b1a5f wxMSW-3.2.10_gcc1220_ReleaseDLL.7z
a53aa48e6523f7b4946bfbc1e521c94a5400fe48 wxMSW-3.2.10_gcc1220_x64_Dev.7z
d7d049c2671794cf57200b6bebdfca0d0c33abdf wxMSW-3.2.10_gcc1220_x64_ReleaseDLL.7z
83b963bf787fbac05499b8f64fa399c769ba3205 wxMSW-3.2.10_gcc1320_Dev.7z
c09c7d3c8f758852bbab653707b3c2e392b77a48 wxMSW-3.2.10_gcc1320_ReleaseDLL.7z
cb339fdff2bc1f5526acbf29b557bd53180db7ec wxMSW-3.2.10_gcc1320_x64_Dev.7z
95cad45b1f902267a8fb279dce009290505011cc wxMSW-3.2.10_gcc1320_x64_ReleaseDLL.7z
1a221fce5ea3c29f08987a634862d1077d90de0e wxMSW-3.2.10_gcc1420_Dev.7z
856e649e3f63f03b40ff3ac58853665ece9d1b53 wxMSW-3.2.10_gcc1420_ReleaseDLL.7z
6c403c7aacfaf2760e8d3cfc82e1a49d446af4b2 wxMSW-3.2.10_gcc1420_x64_Dev.7z
49b3b8aecd8d39fa69d78b73b1e9ac4c91cbf940 wxMSW-3.2.10_gcc1420_x64_ReleaseDLL.7z
583e70fbefce4fac620b2a4e9c66e41553828b3e wxMSW-3.2.10_gcc1420UCRT_Dev.7z
49389398f3d4c45ef2022277b11e246d7df4a0f0 wxMSW-3.2.10_gcc1420UCRT_ReleaseDLL.7z
575253468d76d503c49de972ee56cc47fc1b99ff wxMSW-3.2.10_gcc1420UCRT_x64_Dev.7z
678472cccace54c2c27261cdda9418770afbdc18 wxMSW-3.2.10_gcc1420UCRT_x64_ReleaseDLL.7z
5e2f8dd1b1f74534916c311bb886e32841bc37c7 wxMSW-3.2.10_gcc1520_Dev.7z
eda8b69ad12ba0ef3a22c91d8eb4a78b4f8445b6 wxMSW-3.2.10_gcc1520_ReleaseDLL.7z
6545cb0b9346229bff012043c6f440ca730f032e wxMSW-3.2.10_gcc1520_x64_Dev.7z
e67c5d05d096f694583b73230270ca14f31eda64 wxMSW-3.2.10_gcc1520_x64_ReleaseDLL.7z
badcba789314160ae4d326b2b8325a73d101ec23 wxMSW-3.2.10_vc90_Dev.7z
2f5e4fc7d45a91925d427493262944dc3f80bbf8 wxMSW-3.2.10_vc90_ReleaseDLL.7z
64feeb6490533a112a2c293bc43861eb73a9ee8f wxMSW-3.2.10_vc90_ReleasePDB.7z
96a216d1bf1a2cbd0ed8bc9edc848d4d5383c891 wxMSW-3.2.10_vc90_x64_Dev.7z
b1e1f0498f16e3dffe5185b644cc1d3a0d7b0803 wxMSW-3.2.10_vc90_x64_ReleaseDLL.7z
6cc1b7848e511f0535bd86f96923b480e4029b77 wxMSW-3.2.10_vc90_x64_ReleasePDB.7z
3eaa78f55e14532749cd5b48bca091ab602a75e2 wxMSW-3.2.10_vc100_Dev.7z
c72b931747c933eefe666dcc8de7b73a8d550071 wxMSW-3.2.10_vc100_ReleaseDLL.7z
cfdc810d5a36c68cee5129e6cd3a6d68ca95d4ac wxMSW-3.2.10_vc100_ReleasePDB.7z
0ee475f76ebdb486e6a835c78bbdcb1de6b1976b wxMSW-3.2.10_vc100_x64_Dev.7z
b5740d69662ec5c93d8cd9de618efbec45889545 wxMSW-3.2.10_vc100_x64_ReleaseDLL.7z
5746f0ef4d5be6f1ee6a5e52324b491bb33085c0 wxMSW-3.2.10_vc100_x64_ReleasePDB.7z
2a891c353d7004c703be8ab0c823d62a621d4006 wxMSW-3.2.10_vc110_Dev.7z
fa74f17357f620846892de9f3df819f779f864ed wxMSW-3.2.10_vc110_ReleaseDLL.7z
89713e6a991b28960a6ba8d8c950fcc61e17ccdf wxMSW-3.2.10_vc110_ReleasePDB.7z
00288d55178e9debf0de69369771969265dc209a wxMSW-3.2.10_vc110_x64_Dev.7z
e988b0bded3a7ffdd521cdceabdc179518f4be41 wxMSW-3.2.10_vc110_x64_ReleaseDLL.7z
e21183888d14fefe1bd54ed49001016813997a5c wxMSW-3.2.10_vc110_x64_ReleasePDB.7z
913d10699f6ae46eb659aef312348f674dd17fb8 wxMSW-3.2.10_vc120_Dev.7z
80ee6f267e4b22361c0737759abbe661fec9034a wxMSW-3.2.10_vc120_ReleaseDLL.7z
9927a93d1700e754c8a93e87f501804977da3db8 wxMSW-3.2.10_vc120_ReleasePDB.7z
7c709352eb2b8...
Read more

wxWidgets 3.2.9

12 Dec 02:00
v3.2.9

Choose a tag to compare

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

wxWidgets 3.2.9 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.8 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.9.zip or wxWidgets-3.2.9.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.2.9.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:

fd1496375d93d5ad5c7861e6a3731f58cccafc9b  wxMSW-3.2.9-Setup.exe
5af41900f947deca7d81ebadda463262562c5c64  wxWidgets-3.2.9-docs-chm.zip
28c6d56a43451379776116d5b2ac0ccd63ed9ad7  wxWidgets-3.2.9-docs-html.tar.bz2
c6dc3b903fe5182176381156fcaff7b478ada05b  wxWidgets-3.2.9-docs-html.zip
f6affb6e4dfd11f8dd3881c408e26759f8fdf472  wxWidgets-3.2.9-headers.7z
927568479fef386a24196b4ba2d9229fdcdbbceb  wxWidgets-3.2.9.7z
1eb548171cef2e822a2577f09e5383643fb604ce  wxWidgets-3.2.9.chm
7708bfb796dbf8cad90e9cb6c8ad06d8e0a22c81  wxWidgets-3.2.9.tar.bz2
b914bd955c9b72ac62f602add8fca4dc61727323  wxWidgets-3.2.9.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 gcc 12.2.0, 13.2.0, 14.2.0 and 15.2.0.
  • 🆕 Winlibs gcc 14.2.0 compiler using UCRT, which is the compiler bundled with Code::Blocks 25.03.

For Developers

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

687ed4d6a7b1dfdb310680cade550da204bff899 wxMSW-3.2.9_gcc1030TDM_Dev.7z
22edf443395644da56d26ca6e9c533ff89553199 wxMSW-3.2.9_gcc1030TDM_ReleaseDLL.7z
f51cb8ffa18691d24f446a2e2be61d6776bdca6a wxMSW-3.2.9_gcc1030TDM_x64_Dev.7z
3337905f470ad169d29c93380b699cc3cff6b747 wxMSW-3.2.9_gcc1030TDM_x64_ReleaseDLL.7z
c8566260f5699e55fe0cccbd425580e07d7d1560 wxMSW-3.2.9_gcc1220_Dev.7z
350b4a03a3e1f79e943e6b80a064575625c2b6b4 wxMSW-3.2.9_gcc1220_ReleaseDLL.7z
571ff6cf3493ab9ccf2809b63a3ebcbe92b1b34e wxMSW-3.2.9_gcc1220_x64_Dev.7z
ac347b5554dbdd36dab48f22617f6806f6bb64df wxMSW-3.2.9_gcc1220_x64_ReleaseDLL.7z
a665120e7ebbd7c07372cd24ed030e7aaa951fd4 wxMSW-3.2.9_gcc1320_Dev.7z
990b20266dd627a241913fef81d343cbeb1c5dc7 wxMSW-3.2.9_gcc1320_ReleaseDLL.7z
32057eac9dc39ab7cc5ba75b4cba1b9b83a28a3b wxMSW-3.2.9_gcc1320_x64_Dev.7z
0575f3dc22e5e6101ac0f6bab94dccadab6620aa wxMSW-3.2.9_gcc1320_x64_ReleaseDLL.7z
b3cfa34c20c172e9cf323d37de40987e451a77c2 wxMSW-3.2.9_gcc1420_Dev.7z
f41e4374f229c5a11c41a45973d465479b685524 wxMSW-3.2.9_gcc1420_ReleaseDLL.7z
4fa006f8405a8d082ec57a9c1bbc3908283a477c wxMSW-3.2.9_gcc1420_x64_Dev.7z
95dcc6818dfe8e647b80c2fbbdb98f223a722a46 wxMSW-3.2.9_gcc1420_x64_ReleaseDLL.7z
635b9b8d5a3c9ad9a41f9b6979f66e16301e96b1 wxMSW-3.2.9_gcc1520_Dev.7z
f491abb8d44595b273ac5bd9e1fac323560b57ab wxMSW-3.2.9_gcc1520_ReleaseDLL.7z
a48009378a775b70bbdfbd35f4ba65777fea652c wxMSW-3.2.9_gcc1520_x64_Dev.7z
7cef71083b49f407cf43514e9eca0a761d6bc93f wxMSW-3.2.9_gcc1520_x64_ReleaseDLL.7z
ce4c47a3ae6ecc66fce4a674579524fc170e725c wxMSW-3.2.9_gcc730_Dev.7z
de891accf029ae486de94bfc9f9ab2a6190b314e wxMSW-3.2.9_gcc730_ReleaseDLL.7z
3e7993c1ccd25b87825240379b7204a5a9713672 wxMSW-3.2.9_gcc730_x64_Dev.7z
3726c9125f6d22794aa585c6599a232f6a74776f wxMSW-3.2.9_gcc730_x64_ReleaseDLL.7z
d8792a77465dc61e28520b41a77cde71782b21b9 wxMSW-3.2.9_gcc810_Dev.7z
0584d566a425d1786b801c81cce06aabc517eafb wxMSW-3.2.9_gcc810_ReleaseDLL.7z
4cf11517a03f31a82d1b524b334df530c89328cb wxMSW-3.2.9_gcc810_x64_Dev.7z
eabf7c92a18e99fbf8635d0d27b33fb1f68ec1ae wxMSW-3.2.9_gcc810_x64_ReleaseDLL.7z
3cb7d6bbe2edf17333f058a9b332d7cb52935ed1 wxMSW-3.2.9_gcc1420UCRT_Dev.7z
867309d9a2dcd76cbd3da979e0cd23d86c9815e4 wxMSW-3.2.9_gcc1420UCRT_ReleaseDLL.7z
08a65f5328c4094caac4f21121a9e122e053319c wxMSW-3.2.9_gcc1420UCRT_x64_Dev.7z
96ff9e21735271b593664e2a66935d17139f8d8f wxMSW-3.2.9_gcc1420UCRT_x64_ReleaseDLL.7z
291a752b129ab0402b05bf55903cd5d146c9dcc8 wxMSW-3.2.9_vc90_Dev.7z
358a6a130a666f34418e355cb3285171308788db wxMSW-3.2.9_vc90_ReleaseDLL.7z
9dfdb9c29b44db342602f126fcfcf89fb42a3449 wxMSW-3.2.9_vc90_ReleasePDB.7z
395a77ee037562d6b3ee4d3058c7f7a19be07317 wxMSW-3.2.9_vc90_x64_Dev.7z
f01a28ab360b45a6ec4e6a8f6c12bc3885188623 wxMSW-3.2.9_vc90_x64_ReleaseDLL.7z
0615f4b87a5025427e485489647aefbdc6e4dbcf wxMSW-3.2.9_vc90_x64_ReleasePDB.7z
cdab5d7f2823520c4eb2752b397ff3b2655bed25 wxMSW-3.2.9_vc100_Dev.7z
0c1f55d78ba08f9183fc22f1fbc20e9e63b7917f wxMSW-3.2.9_vc100_ReleaseDLL.7z
1033a180ef969a78db845777512a123949619cdd wxMSW-3.2.9_vc100_ReleasePDB.7z
11fe54100e160387da39b301c2c3586ffa4307fd wxMSW-3.2.9_vc100_x64_Dev.7z
af23db3147790a3d403d35626c872360d9c96a5b wxMSW-3.2.9_vc100_x64_ReleaseDLL.7z
500725824dbe344e5878b4e7f93360da37c1f7ce wxMSW-3.2.9_vc100_x64_ReleasePDB.7z
51fc9b4110fc4a62e3660897a0b7502b75af6157 wxMSW-3.2.9_vc110_Dev.7z
1e9dc2379f1f867058d3eceb90937fbadacb6fc9 wxMSW-3.2.9_vc110_ReleaseDLL.7z
ddcfd404fd885dd69a599eb1ffdafc7df66bf675 wxMSW-3.2.9_vc110_ReleasePDB.7z
c9e264d6e3c1366e1a152d29def13f165090b857 wxMSW-3.2.9_vc110_x64_Dev.7z
fbfd3376d72b7435a2ea3afaec40e28ee9813f8c wxMSW-3.2.9_vc110_x64_ReleaseDLL.7z
0aaf15fc56f622701f90a73f6ca34b46c8346573 wxMSW-3.2.9_vc110_x64_ReleasePDB.7z
01608e5d06713899e1ba0937c608abebaf8117cc wxMSW-3.2.9_vc120_Dev.7z
875ec678a0266e8de3be31750918432f15b2c237 wxMSW-3.2.9_vc120_ReleaseDLL.7z
92268f98db7f733921acfb06e3a0e20fb4693f10 wxMSW-3.2.9_vc120_ReleasePDB.7z
2538eec92411319861f056a05738e1f6c927af03 wxMSW-3.2.9_vc120_x64_Dev.7z
98fa8b9322db4ea21bf5110...
Read more

wxWidgets 3.3.1

21 Jul 14:45
v3.3.1

Choose a tag to compare

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

wxWidgets 3.3.1 is the second release in the 3.3.x development series coming soon after 3.3.0 and is mostly a bug fix release, correcting some regressions found in 3.3.0.

Please note that even this is not a "stable" release, it is still considered to be suitable to be used in production, the only difference with the stable releases is that API and ABI compatibility are not guaranteed for the releases in this series. In practice, however, backwards-incompatible API changes are expected to be rare.

Please see README for more information about this release and the change log for more details of the changes in it. In particular, please read the "INCOMPATIBLE CHANGES" section in the change log if you are upgrading from a previous version of wxWidgets.

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

b13e4a04347366ccf06060ce1637ef3eb17beb42  wxMSW-3.3.1-Setup.exe
c20c6a021f343d4b2e495df7ddbf6f6aebba0f37  wxWidgets-3.3.1-docs-chm.zip
973c799cef757f1513264e5075f555f604de13bb  wxWidgets-3.3.1-docs-html.tar.bz2
9e91c607737d4c7728360c8b0229829daec5df59  wxWidgets-3.3.1-docs-html.zip
ae050d701a451ceb2e230aa6cd5222dd5258c76c  wxWidgets-3.3.1-headers.7z
5e814eba0cb4bdb30b81d6ede28b00ee1384a3ce  wxWidgets-3.3.1.7z
4011a6b56f13becc9b4a672d0a082041b22f499f  wxWidgets-3.3.1.tar.bz2
2526b67fd855ebf3e7133fb8a91b48e5b4b03f70  wxWidgets-3.3.1.zip

Binaries

We provide pre-built binary files for x86-64 Windows for the following compilers:

  • Microsoft Visual C++ compiler versions 14.0, 14.1, 14.2 and 14.3 (corresponding to marketing product names of Microsoft Visual Studio 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.
  • gcc 15.1 provided by MSYS2 MINGW64 environment.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.3.1_Headers.7z file and one of wxMSW-3.3.1-vc14x_x64_Dev.7z or wxMSW-3.3.1_gcc1510_x64_Dev.7z files depending on your compiler.

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.

Please see the instructions in the manual for more details.

For End Users

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

For Debugging

  • Microsoft Visual C++ users: File wxMSW-3.3.1_vc14x_x64_ReleasePDB.7z contains the debug symbols for the release build of the DLLs. Download it 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.
  • gcc users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contain the debug symbols).

Binary File Download Verification

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

e65fff19578141672258c30464faf9808fa2f814 wxMSW-3.3.1_gcc1510_x64_Dev.7z
1ce14ee14e2129d816fc17f18d3c3ac74aa1bbd0 wxMSW-3.3.1_gcc1510_x64_ReleaseDLL.7zz
44c389ac2691fdd20d7a622e58fc3064eb965c06 wxMSW-3.3.1_vc14x_x64_Dev.7z
6713f2d41f5b26ef3ab225654f97d401a73beff8 wxMSW-3.3.1_vc14x_x64_ReleaseDLL.7z
c90999d75fe000c784a60a52ab88acb213863e48 wxMSW-3.3.1_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets 3.3.0

06 Jun 16:13
v3.3.0

Choose a tag to compare

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

wxWidgets 3.3.0 is the first release in the 3.3 development branch, bringing many new features and improvements compared to the stable 3.2 branch while remaining mostly API-compatible with it.

Please note that even this is not a "stable" release, it is still considered to be suitable to be used in production, the only difference with the stable releases is that API and ABI compatibility are not guaranteed for the releases in this series. In practice, however, backwards-incompatible API changes are expected to be rare.

Please see README for more information about this release and the change log for more details of the changes in it. In particular, please read the "INCOMPATIBLE CHANGES" section in the change log if you are upgrading from a previous version of wxWidgets.

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

a8b982cf5680611df0dda2e1613134fd4883c069  wxMSW-3.3.0-Setup.exe
7af1bbb7b0623ad3658bbc25fc5980bd29d7ecfd  wxWidgets-3.3.0-docs-chm.zip
10b72066e2233469fd386d94d0e2c8682b8ac6f5  wxWidgets-3.3.0-docs-html.tar.bz2
20310e1c7a737576c00171d894eb63fc5124d615  wxWidgets-3.3.0-docs-html.zip
467f964fe0068231986e30bb94a9bc424c41f367  wxWidgets-3.3.0-headers.7z
3c5f8c222a37f6f45826c3120d101dd147fc80cb  wxWidgets-3.3.0.7z
cb07238b60616a27f7c8ff7ddbaea50ccfa3bae4  wxWidgets-3.3.0.tar.bz2
0819420accb7830e234b793defd2215117ad17b3  wxWidgets-3.3.0.zip

Binaries

We provide pre-built binary files for x86-64 Windows for the following compilers:

  • Microsoft Visual C++ compiler versions 14.0, 14.1, 14.2 and 14.3 (corresponding to marketing product names of Microsoft Visual Studio 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.
  • gcc 15.1 provided by MSYS2 MINGW64 environment.

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.3.0_Headers.7z file and one of wxMSW-3.3.0-vc14x_x64_Dev.7z or wxMSW-3.3.0_gcc1510_x64_Dev.7z files depending on your compiler.

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.

Please see the instructions in the manual for more details.

For End Users

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

For Debugging

  • Microsoft Visual C++ users: File wxMSW-3.3.0_vc14x_x64_ReleasePDB.7z contains the debug symbols for the release build of the DLLs. Download it 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.
  • gcc users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contain the debug symbols).

Binary File Download Verification

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

f69f304fbf2233ac1e81802c25d317fdd47ef0ae wxMSW-3.3.0_gcc1510_x64_Dev.7z
d6645a79e23ca6864a11dea1396156176bd42e89 wxMSW-3.3.0_gcc1510_x64_ReleaseDLL.7z
927147f5c4d2343783b21e0105a9b772fc04bfd6 wxMSW-3.3.0_vc14x_x64_Dev.7z
e2bc06117331fefdc1b176318c1b92c6c737768a wxMSW-3.3.0_vc14x_x64_ReleaseDLL.7z
e30f89a94d2cc0f36a3a59172f296c95ea7a37d5 wxMSW-3.3.0_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets 3.2.8.1

25 May 17:35
v3.2.8.1

Choose a tag to compare

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

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

f1b9f0d420ce6549cb37faa3bc489af7bfda95a5  wxMSW-3.2.8.1-Setup.exe
b571cab46729c07fa30264a95eed310fcd07e50f  wxWidgets-3.2.8.1-docs-chm.zip
433a33a3ac21d67d48b3323e11ba9937119ee436  wxWidgets-3.2.8.1-docs-html.tar.bz2
6c6fe924e5ae67b7643e1a6d9aaae412655ab6b4  wxWidgets-3.2.8.1-docs-html.zip
cdad5c0b2fed980e7616509f8e7903240ff4040c  wxWidgets-3.2.8.1-headers.7z
9b42294ed5d16781ae78b4ce65745e24bc24b2f6  wxWidgets-3.2.8.1.7z
5b2cdc2a6503a3b00c397dffabb585a0452d7928  wxWidgets-3.2.8.1.tar.bz2
2dbf4d0f9d7de4cb4e8e554924f33687fc86ede2  wxWidgets-3.2.8.1.zip

Binaries

Please use binaries from 3.2.8 release as this hotfix release doesn't include any changes affecting them.

Reporting Problems

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

wxWidgets 3.2.8

24 Apr 23:21
v3.2.8

Choose a tag to compare

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

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

97de954ab0faba52b07333de42ca1fb46ab04d17  wxMSW-3.2.8-Setup.exe
ed7d7728ca9487671531bfa43e032bed7006bd63  wxWidgets-3.2.8-docs-chm.zip
8400cb523f1e896e94e26f94149900989ecca82a  wxWidgets-3.2.8-docs-html.tar.bz2
42f268a99a09d72a942fd3c5922b4336cb842bf7  wxWidgets-3.2.8-docs-html.zip
86a2c99b4e9608b7cfc0b59e0f5a6d200a9d2541  wxWidgets-3.2.8-headers.7z
e7347ebbb7ea5a12ad68603eee95872df83a8ad7  wxWidgets-3.2.8.7z
a74d573d03068cd0e86396e13263f67ef3a4fc51  wxWidgets-3.2.8.tar.bz2
b218ba7e0d472e0763cf67742b1ded946fd21954  wxWidgets-3.2.8.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 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, 14.2.0 and 15.1.0

For Developers

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

01c9c4179b2bf84026feb028e5246f91db245bbc wxMSW-3.2.8_gcc730_Dev.7z
27d78b77e48ebbb4f7fb8714dc8a559df3078bbb wxMSW-3.2.8_gcc730_ReleaseDLL.7z
1869bf5a6f21fb58445bbce70c5b404f1ca64141 wxMSW-3.2.8_gcc730_x64_Dev.7z
399bf0965d1fb5bc2a241378180384adb68bbd67 wxMSW-3.2.8_gcc730_x64_ReleaseDLL.7z
1b0e8039c8dacb33ad6187040faa58ebd2b5d6d7 wxMSW-3.2.8_gcc810_Dev.7z
7a69b9248241a9685610378558bd302cb0e85070 wxMSW-3.2.8_gcc810_ReleaseDLL.7z
64b1513b9127fb1bbde9c2b83b698a9f7ca4c90f wxMSW-3.2.8_gcc810_x64_Dev.7z
0d095c7a9af7e9078afeaf67ea5454a43e7b9a3c wxMSW-3.2.8_gcc810_x64_ReleaseDLL.7z
6860499a2c235835fa2d5c403dbdf5e17861ee83 wxMSW-3.2.8_gcc1030TDM_Dev.7z
9e5de73ffc759d958402eb24462dd2db5f21950c wxMSW-3.2.8_gcc1030TDM_ReleaseDLL.7z
0ade35ddaedd434a089032276dbee88ed76335f5 wxMSW-3.2.8_gcc1030TDM_x64_Dev.7z
7f173e04b5dd705411532214f85c819ed6ec1b10 wxMSW-3.2.8_gcc1030TDM_x64_ReleaseDLL.7z
0aee1f044dacad0b0b3873ee9364e0a23e245bd4 wxMSW-3.2.8_gcc1220_Dev.7z
8bef9f0b6d379f076bde2001202742a205db9e67 wxMSW-3.2.8_gcc1220_ReleaseDLL.7z
76813467f7f11bbeaaf8cf557b7c806a4786d6ef wxMSW-3.2.8_gcc1220_x64_Dev.7z
265b59a478ab0a8b99649c5b82b5c3bfc2ae38d1 wxMSW-3.2.8_gcc1220_x64_ReleaseDLL.7z
eb5a77474cd22f6d45cb46ffe7c2790991855dcf wxMSW-3.2.8_gcc1320_Dev.7z
fbec0402227f17aceecf9ce4acab14c58094abe0 wxMSW-3.2.8_gcc1320_ReleaseDLL.7z
a1af808c695a87136890b1c1e1d61bfed44e2520 wxMSW-3.2.8_gcc1320_x64_Dev.7z
a9c1f291ea2149254c71b61bb9445b6d7b981cb0 wxMSW-3.2.8_gcc1320_x64_ReleaseDLL.7z
d3f01f4c842bee3b274f7130b8cbf6fda21ba9c4 wxMSW-3.2.8_gcc1420_Dev.7z
da55ec64fb7f659d1ea3757bda4cdb3388b0001c wxMSW-3.2.8_gcc1420_ReleaseDLL.7z
929e70885f42e24a3ba3e4af55db1dcee16b364e wxMSW-3.2.8_gcc1420_x64_Dev.7z
e8ca1418e2bd2b1f891225123ae4028db62691dd wxMSW-3.2.8_gcc1420_x64_ReleaseDLL.7z
c8fac306be92abcbacfb89c7f406095198c26546 wxMSW-3.2.8_gcc1510_Dev.7z
db61519093a7fa0b31de63dccfc02b21b39db0cf wxMSW-3.2.8_gcc1510_ReleaseDLL.7z
5f7125fe56728f9d4f8f76ec405119ffccd24b43 wxMSW-3.2.8_gcc1510_x64_Dev.7z
b53cb9ce91e4fbd05005ab1a305d4c73749aeb2d wxMSW-3.2.8_gcc1510_x64_ReleaseDLL.7z
860ce1b6b4c3a7c28de5cd29d4585ec7383a7047 wxMSW-3.2.8_vc90_Dev.7z
4c09d2350a055d95e0d335ef207311cc2d9a84c4 wxMSW-3.2.8_vc90_ReleaseDLL.7z
b90782d3139520bf91d390b1c79b4868c92765f4 wxMSW-3.2.8_vc90_ReleasePDB.7z
6547a3fc04bd1f5e3a616a8ecae78b86845dd870 wxMSW-3.2.8_vc90_x64_Dev.7z
310970089145d809054fe7d5551b40100f7916f5 wxMSW-3.2.8_vc90_x64_ReleaseDLL.7z
68404af2479c4d59353ffddb63eb0b47f2210dbd wxMSW-3.2.8_vc90_x64_ReleasePDB.7z
5267f411f1b32b59a44cba054dd5c4eeea8e75d5 wxMSW-3.2.8_vc100_Dev.7z
c6ac7e4c884edda7571b08655e972e0629e1c961 wxMSW-3.2.8_vc100_ReleaseDLL.7z
1585a26353ede45dc4635c13a2df14a9a696c19b wxMSW-3.2.8_vc100_ReleasePDB.7z
0a6b70e8881027e55bb9ca5c6354a514f165a7e0 wxMSW-3.2.8_vc100_x64_Dev.7z
7784ec0667a812bf2edb609434e6b0fbfaf6c21d wxMSW-3.2.8_vc100_x64_ReleaseDLL.7z
210a50cc93422da7f420390a786ba0e823cffb48 wxMSW-3.2.8_vc100_x64_ReleasePDB.7z
bb1ff565d7a2f37e79fb06ebaea90a49e7893812 wxMSW-3.2.8_vc110_Dev.7z
aa90f9ebe6c46e46f75e2158bec7c51c9e1ac9be wxMSW-3.2.8_vc110_ReleaseDLL.7z
3c1cbb8a5994aba976df26082fbb68853ac3e94f wxMSW-3.2.8_vc110_ReleasePDB.7z
8a3e81ac703c98429c9fc424730f628c58c9cc96 wxMSW-3.2.8_vc110_x64_Dev.7z
a39ece69d86afa512eb043fc025709d16323db20 wxMSW-3.2.8_vc110_x64_ReleaseDLL.7z
f8135ede0368cb8b26db055e6c8e3ef97464da1c wxMSW-3.2.8_vc110_x64_ReleasePDB.7z
b3ea1448f6b1998c643445f0dedc93a51b025a2c wxMSW-3.2.8_vc120_Dev.7z
f53299864e205a533594c16bb81505af2e3fbb57 wxMSW-3.2.8_vc120_ReleaseDLL.7z
8709d65a476a600afdd4f4b8bd17c61797925330 wxMSW-3.2.8_vc120_ReleasePDB.7z
6357eaed467284f901d4eeeec8b9b9d044d3410a wxMSW-3.2.8_vc120_x64_Dev.7z
8054e0df13abd8a28cc7bdbeb1818dc6682ba555 wxMSW-3.2.8_vc120_x64_ReleaseDLL.7z
d1c078f7f4c4a02b85c652568d87566709e65a08 wxMSW-3.2.8_vc120_x64_ReleasePDB.7z
65112a99d3e253796081d1ec80df294290403398 wxMSW-3.2.8_vc14x_Dev.7z
44ceee6ddcbb6aa60de6b6fc26c57491c189477f wxMSW-3.2.8_vc14x_ReleaseDLL.7z
f9253e55e2d1d20487d14d01e2bdab9a95e7d169 wxMSW-3.2.8_vc14x_ReleasePDB.7z
abf0be396b7648405883058090e4ad5f4d13918e wxMSW-3.2.8_vc14x_x64_Dev.7z
2ad8fcc7bf28db8126eae55284eccbdfa7d02e27 wxMSW-3.2....
Read more

wxWidgets 3.2.7

19 Mar 22:58
v3.2.7

Choose a tag to compare

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

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

7afc92493fc4168f10c006f8deeb8554b93f5d49  wxMSW-3.2.7-Setup.exe
803cef0f36e1d088642a16875e7d4b686786874c  wxWidgets-3.2.7-docs-chm.zip
ec850721b37b2674ae146b2befdc838633346e1f  wxWidgets-3.2.7-docs-html.tar.bz2
5f2ed919be688ea731b77a8bbae7755b021790d7  wxWidgets-3.2.7-docs-html.zip
af0c6ec737cc19a5ce666b315c47cb3dfd6aa75c  wxWidgets-3.2.7-headers.7z
aadd566e5d9440adcb601a0e3672d41992ea8799  wxWidgets-3.2.7.7z
744be271f9f5893c21c6c0b048cdf7f744a6ffe0  wxWidgets-3.2.7.tar.bz2
9c1906e8a7db0c27c88be8d531fed1b980d5e56b  wxWidgets-3.2.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.
  • 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.7_Headers.7z file and one of wxMSW-3.2.7-vcXXX_Dev.7z or wxMSW-3.2.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.2.7_vcXXX_ReleaseDLL.7z or wxMSW-3.2.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.2.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:

f5eb1e8b2abbac915be3ff49e0506502514340e1 wxMSW-3.2.7_gcc730_Dev.7z
91119b7bdaa0e0ce51fe4cca54bc75657ed85501 wxMSW-3.2.7_gcc730_ReleaseDLL.7z
89e6e28e8fa4ce42282bf229e85efdb9fc743550 wxMSW-3.2.7_gcc730_x64_Dev.7z
6ea133f03dd858c93ef9283177ffc9e1fd22ad8c wxMSW-3.2.7_gcc730_x64_ReleaseDLL.7z
b218837540a1877d69903c09370bb59aecf798b1 wxMSW-3.2.7_gcc810_Dev.7z
b7a297036a076ea357aca4b05dacba401bba0dd2 wxMSW-3.2.7_gcc810_ReleaseDLL.7z
1083f0b188cbd0196e04aa45df4e2cb43b05f7bd wxMSW-3.2.7_gcc810_x64_Dev.7z
565e78fadbdf73c320d616f462a9d1e575a03bd7 wxMSW-3.2.7_gcc810_x64_ReleaseDLL.7z
f684bfafa6da060279b34805d6e2de08cd71a22a wxMSW-3.2.7_gcc1030TDM_Dev.7z
5bf1e0b18b2cf373bb79ed348dc0e5f3a056e7cc wxMSW-3.2.7_gcc1030TDM_ReleaseDLL.7z
003884d0a55c323b1912300585b4f4f7c181e09a wxMSW-3.2.7_gcc1030TDM_x64_Dev.7z
b8b7dce09c548906fdf7590b274e4db20a29d59c wxMSW-3.2.7_gcc1030TDM_x64_ReleaseDLL.7z
c68a1d40fe03561ac6b98052b6e2b9467840ca6e wxMSW-3.2.7_gcc1220_Dev.7z
03fa15cada0b007f79b8496430bd058f264fdbf6 wxMSW-3.2.7_gcc1220_ReleaseDLL.7z
86aadf1765019db81c94964f9d728cf91c065bb4 wxMSW-3.2.7_gcc1220_x64_Dev.7z
9a69c99e9d327be48514885a03767dd676608255 wxMSW-3.2.7_gcc1220_x64_ReleaseDLL.7z
d2ed83360f62c13774b48be3477efa71768c91ac wxMSW-3.2.7_gcc1320_Dev.7z
064413832f1c5b3d594a6d1721c23e3c4c09407e wxMSW-3.2.7_gcc1320_ReleaseDLL.7z
1b94f9db4573a2c7aef4856f2528b7f581e56e27 wxMSW-3.2.7_gcc1320_x64_Dev.7z
1d72982138390c23c26a87c8dac9b2479dc66f0a wxMSW-3.2.7_gcc1320_x64_ReleaseDLL.7z
6dfd137b5dc762f391e03facd0b8367d22a41e4c wxMSW-3.2.7_gcc1420_Dev.7z
346ee393f12de18f065e0a8fa22eb7b3cb3c30e8 wxMSW-3.2.7_gcc1420_ReleaseDLL.7z
9eda21a05f8b147d9a8f61d3a943a16336920311 wxMSW-3.2.7_gcc1420_x64_Dev.7z
5a9969c850e207c6ddfd442a497fc1c52922d858 wxMSW-3.2.7_gcc1420_x64_ReleaseDLL.7z
b07e77fdf37f40c7a92eaefc500b364fff2bc96a wxMSW-3.2.7_vc90_Dev.7z
1818b2391b2c3f30ccbed737d3752569e914a07b wxMSW-3.2.7_vc90_ReleaseDLL.7z
cdc95c954d8bb3003ab8c6e95a7f098e0c22e7c2 wxMSW-3.2.7_vc90_ReleasePDB.7z
e7f27fa671e8ee4e6a7f8b428f4be92ab14c5433 wxMSW-3.2.7_vc90_x64_Dev.7z
14ba139c9c8bbc2d79885338fd423dbc9065e637 wxMSW-3.2.7_vc90_x64_ReleaseDLL.7z
44fa7c6d8fcb72d685430c24ee4d6f259dff7d8a wxMSW-3.2.7_vc90_x64_ReleasePDB.7z
0d52de040bd04ca8438dc4badf5f42551dc67803 wxMSW-3.2.7_vc100_Dev.7z
697dfd101663b150781c829db5377b6dbe5ed147 wxMSW-3.2.7_vc100_ReleaseDLL.7z
10d5e83426dae8749d5697fdfda45a2169047f29 wxMSW-3.2.7_vc100_ReleasePDB.7z
4a59e89e1b36cddee678b24e81a347b3263f3319 wxMSW-3.2.7_vc100_x64_Dev.7z
ea8355b8c533c93875872e2264beadada4610a18 wxMSW-3.2.7_vc100_x64_ReleaseDLL.7z
bd312abf637935f4785a89d2314f749d239631d0 wxMSW-3.2.7_vc100_x64_ReleasePDB.7z
693caded6fbbeb1163b44b59556baa70ea71747f wxMSW-3.2.7_vc110_Dev.7z
a94e38210514335ef9af45d625060ea88750fb66 wxMSW-3.2.7_vc110_ReleaseDLL.7z
53466c7f800718d035b8d859794ac4f6454b4bed wxMSW-3.2.7_vc110_ReleasePDB.7z
781f4676f9ffac82d69e43fe6a4c8c488e275ba6 wxMSW-3.2.7_vc110_x64_Dev.7z
d9249f123458e4dd468cc5974b3009c1467ef20c wxMSW-3.2.7_vc110_x64_ReleaseDLL.7z
30b62b4b87ae7f38722f50008d91db3b8b7d0e9e wxMSW-3.2.7_vc110_x64_ReleasePDB.7z
ec738a99c01991759b3ed1d6382c9589fe6a9759 wxMSW-3.2.7_vc120_Dev.7z
a8d393c70e71a0a41b10b6d8b5885e30ec142976 wxMSW-3.2.7_vc120_ReleaseDLL.7z
990f5eb61cf4a379d7f6f00ae0c64356f02da386 wxMSW-3.2.7_vc120_ReleasePDB.7z
cbde331873a59b6a74fdf4c4696a8955817defcf wxMSW-3.2.7_vc120_x64_Dev.7z
278b941b02f69f278ebd247eeb90a77cebfa0afd wxMSW-3.2.7_vc120_x64_ReleaseDLL.7z
3b9e6754a2fbc18eb29b0df6e4bcd4f8aec5ae2c wxMSW-3.2.7_vc120_x64_ReleasePDB.7z
e5e36f95b09678160dc3067cc84e02bef3556a77 wxMSW-3.2.7_vc14x_Dev.7z
e68733415d0d8a0dd4ac8b73ccfdfdd66d552953 wxMSW-3.2.7_vc14x_ReleaseDLL.7z
4d9228662f997d92dfd89749dbe8dbdcc2602f16 wxMSW-3.2.7_vc14x_ReleasePDB.7z
2d6c1c17e440193dec582b68a5beea9282f9388e wxMSW-3.2.7_vc14x_x64_Dev.7z
a79cc9582869e35c02fe7b8607e7cc0a991f0334 wxMSW-3.2.7_vc14x_x64_ReleaseDLL.7z
b5f8b2948e7ad6f1008e7f307d0353790c16307b wxMSW-3.2.7_vc14x_x64_ReleasePDB.7z

Reporting Problems

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

wxWidgets 3.2.6

09 Sep 12:34
v3.2.6

Choose a tag to compare

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

wxWidgets 3.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 3.2.5

13 May 21:45
v3.2.5

Choose a tag to compare

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

wxWidgets 3.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.