wxWidgets-3.3.0 built libs
wxWidgets-3.3.0 is an unofficial snapshot release of the framework made on 2022-12-14.
It refers to the git commit 6e8f60e3087fed9d62615a17f7134aefd42ec738
of 2022-12-09
This is called development release because it is not fully compatible with 3.2.x (but the list of backwards incompatible changes is very short, so you shouldn't have any problems updating to this version from 3.2.x in practice)
The libs are available in the following configurations:
- Gcc-7.3.0 / Gcc-8.1.0 / Gcc-9.2.0-TDM / Gcc-10.3.0-TDM / Gcc-12.2.0
- 32 bits / 64 bits
- Debug / Release
- Dynamic / Static
- Monolithic / Multi-libs
Each archive contains a version "Release" and a version "Debug" of the libs
For the installation, you can refer to the article on this page.
Note that the libs build with Gcc use the "SJLJ" exceptions propagation method for 32 bits builds and "SEH" one for 64 bits (witch is the default mode for the TDM versions).
Gcc-7.3.0 can be downloaded on this page for the 32 bits version and on this page for the 64 bits one.
Gcc-8.1.0 can be downloaded on this page for the 32 bits version and on this page for the 64 bits one.
Gcc-9.2.0-TDM and Gcc-10.3.0-TDM can be downloaded on this Github page.
Gcc-12.2.0 corresponds to the version actually provided with MSYS2.