Download Latest Version wxWidgets-3.3.2.7z (25.2 MB)
Email in envelope

Get an email when there's a new version of wxWidgets

Home / v3.3.2
Name Modified Size InfoDownloads / Week
Parent folder
wxMSW-3.3.2-Setup.exe 2026-03-02 71.1 MB
wxWidgets-3.3.2.7z 2026-03-02 25.2 MB
wxWidgets-3.3.2.tar.bz2 2026-03-02 32.4 MB
wxWidgets-3.3.2.zip 2026-03-02 45.3 MB
README.md 2026-03-02 6.4 kB
wxWidgets 3.3.2 source code.tar.gz 2026-03-02 21.3 MB
wxWidgets 3.3.2 source code.zip 2026-03-02 24.4 MB
wxMSW-3.3.2_gcc1520_x64_ReleaseDLL.7z 2026-02-28 8.9 MB
wxMSW-3.3.2_gcc1520_x64_Dev.7z 2026-02-28 93.7 MB
wxMSW-3.3.2_gcc1420UCRT_x64_ReleaseDLL.7z 2026-02-28 8.1 MB
wxMSW-3.3.2_gcc1420UCRT_x64_Dev.7z 2026-02-28 90.7 MB
wxMSW-3.3.2_vc14x_x64_ReleasePDB.7z 2026-02-28 29.2 MB
wxMSW-3.3.2_vc14x_x64_ReleaseDLL.7z 2026-02-28 5.1 MB
wxMSW-3.3.2_vc14x_x64_Dev.7z 2026-02-28 59.3 MB
wxWidgets-3.3.2-docs-chm.zip 2026-02-28 43.7 MB
wxWidgets-3.3.2-docs-html.tar.bz2 2026-02-28 19.3 MB
wxWidgets-3.3.2-docs-html.zip 2026-02-28 32.2 MB
wxWidgets-3.3.2-headers.7z 2026-02-28 1.5 MB
Totals: 18 Items   611.2 MB 14

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.

Source: README.md, updated 2026-03-02