wxWidgets-3.1.3 built libs
wxWidgets-3.1.3 is an unofficial snapshot release of the framework made on 2019-09-22.
It refers to the git commit e26d90028b497c75c541896df8a5d8ac6f4e8a3b
of 2019-09-16
This is called development release because it is not fully compatible with 3.0.x (but the list of backwards incompatible changes is very short, so you shouldn't have any problems updating to this version from 3.0.x in practice)
The libs are available in the following configurations:
- Gcc-4.8.1-TDM / Gcc-5.1.0-TDM / Gcc-7.3.0 / Gcc-8.1.0 / Gcc-8.2.0 / Ms Visual C++ 2015
- 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-8.2.0 is yet available with the MSYS2 project in 64 bits only.
And the last thing you should note if that the shared 64 bits monolithics packages for Gcc-4.8.1-TDM Gcc-5.1.0-TDM are not complete because these compilers are not able to create the debug version of the dll (the link process results in a memory overflow).