wxWidgets-3.1.5 addons
This is my first attemp of providing built versions of wxWidgets addons.
Only 2 of them are yet available:
- wxPdfDoc (version 1.0.0) : a lib for generating pdf documents within your wxWidgets application
- wxSQLite3 (version 4.7.2) : a C++ wrapper around SQLite3 database designed for wxWidgets applications
The built files are (normally) fully compatible with the corresponding wxWidgets libs I also provide, but they are only available for the following compilers and configurations:
- Gcc-7.3.0 / Gcc-8.1.0 / Gcc-10.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 addon
Of course, the addons packages you'll download must match the libs package otherwise, nothing will work...