wxWidgets-3.0.5 built libs
wxWidgets-3.0.5 is an official stable release of the framework made on 2020-04-25.
The official announcement can be read here
The libs are available in the following configurations:
- Gcc-5.1.0-TDM / Gcc-7.3.0 / Gcc-8.1.0 / Gcc-9.2.0-TDM
- 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-5.1.0-TDM can be downloaded on this Sourceforge page
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 can be downloaded on this Github page