wxWidgets-3.2.3 built libs
wxWidgets-3.2.3 is an official stable release of the framework made on 2023-10-10.
The official announcement can be read here
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 / Gcc-13.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 and Gcc-13.3.0 corresponds to the versions previously and actually provided with MSYS2.