| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wxMSW-3.3.3-Setup.exe | 2026-07-07 | 72.2 MB | |
| wxWidgets-3.3.3-headers.7z | 2026-07-07 | 1.5 MB | |
| wxWidgets-3.3.3.7z | 2026-07-07 | 24.9 MB | |
| wxWidgets-3.3.3.tar.bz2 | 2026-07-07 | 32.4 MB | |
| wxWidgets-3.3.3.zip | 2026-07-07 | 45.4 MB | |
| wxMSW-3.3.3_vc14x_x64_ReleaseDLL.7z | 2026-07-05 | 5.1 MB | |
| wxMSW-3.3.3_vc14x_x64_ReleasePDB.7z | 2026-07-05 | 29.4 MB | |
| wxMSW-3.3.3_vc14x_x64_Dev.7z | 2026-07-05 | 59.6 MB | |
| wxMSW-3.3.3_gcc1610_x64_ReleaseDLL.7z | 2026-07-05 | 9.3 MB | |
| wxMSW-3.3.3_gcc1610_x64_Dev.7z | 2026-07-05 | 94.4 MB | |
| wxMSW-3.3.3_gcc1420UCRT_x64_ReleaseDLL.7z | 2026-07-05 | 8.1 MB | |
| wxMSW-3.3.3_gcc1420UCRT_x64_Dev.7z | 2026-07-05 | 91.4 MB | |
| wxWidgets-3.3.3-docs-chm.zip | 2026-07-05 | 44.7 MB | |
| wxWidgets-3.3.3-docs-html.tar.bz2 | 2026-07-05 | 19.7 MB | |
| wxWidgets-3.3.3-docs-html.zip | 2026-07-05 | 32.4 MB | |
| README.md | 2026-07-05 | 6.4 kB | |
| wxWidgets 3.3.3 source code.tar.gz | 2026-07-05 | 21.4 MB | |
| wxWidgets 3.3.3 source code.zip | 2026-07-05 | 24.5 MB | |
| Totals: 18 Items | 616.5 MB | 12 | |
Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
wxWidgets 3.3.3 is the fourth 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.3.zip or wxWidgets-3.3.3.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.3.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 (github.com) 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:
de09df8f49a935e56fdab2f36f0526d6b2cf8c8b wxMSW-v3.3.3.1-Setup.exe
cd84bd9080a0884f9a339d8a0dfde8af80eafa2b wxWidgets-3.3.3-docs-chm.zip
069df8c22a608729ba1b7c54e45b7b8631a9eb47 wxWidgets-3.3.3-docs-html.tar.bz2
a28cd5da4c41d58f3129c3ab25125a4e58fa1604 wxWidgets-3.3.3-docs-html.zip
5a2cc02167b6a31fd0f4605a0beba6f7e24491d3 wxWidgets-3.3.3-headers.7z
164c0321605f42f47ef88ee3b6546782d8220a71 wxWidgets-v3.3.3.1.7z
a42c9a28a70829fed4ab49710df540e1d78f53f1 wxWidgets-3.3.3.chm
64f49ca1728dfef16ffc66e64054dfa1b5719812 wxWidgets-v3.3.3.1.tar.bz2
857e15b84d82acdd7a53cd9252885335204515e4 wxWidgets-v3.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.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.3_Headers.7z file and one of wxMSW-3.3.3-vc14x_x64_Dev.7z or wxMSW-3.3.3_gcc1610_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.3_vc14x_x64_ReleaseDLL.7z or wxMSW-3.3.3_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.3_vc14x_x64_ReleasePDB.7zcontains 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:
d4d6f092b6088cd0d0716810d8e1eb10d8beb906 wxMSW-3.3.3_gcc1420UCRT_x64_Dev.7z
3de235804320033ab3c6958d61737607af7f160a wxMSW-3.3.3_gcc1420UCRT_x64_ReleaseDLL.7z
7058a62f85f56eaa95efc8b435fb88578bb9b827 wxMSW-3.3.3_gcc1610_x64_Dev.7z
45becf4f8e7e5545597acb7eb45c37b9185286bf wxMSW-3.3.3_gcc1610_x64_ReleaseDLL.7z
66cdb09b5445e609f82fdd332da094bd41dd52de wxMSW-3.3.3_vc14x_x64_Dev.7z
94e3c79bb8adc14bf39c9969587535639ae14a29 wxMSW-3.3.3_vc14x_x64_ReleaseDLL.7z
acca573822072e08c7c8aa3d72c42b7183e8da88 wxMSW-3.3.3_vc14x_x64_ReleasePDB.7z
Reporting Problems
Please report bugs to the issue tracker or the wx-users mailing list.