wxWidgets-3.2.9 built libs
wxWidgets-3.2.9 is an official stable release of the framework made on 2025-12-12.
The official announcement can be read here
The libs are available in the following configurations:
- Gcc-8.1.0 and Gcc-15.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.
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-15.2.0 corresponds to the version actually provided with MSYS2. A standalone version can also be found on Github