wxWidgets-3.2.6 addons
This is my second attemp of providing built versions of wxWidgets addons.
Here are the two addons available:
- wxPdfDoc (version 1.2.0) : a lib for generating pdf documents within your wxWidgets application
- wxSQLite3 (version 4.9.12) : a C++ wrapper around SQLite3 database designed for wxWidgets applications
The built files are fully compatible with the official wxWidgets libs (and not yet with the ones I provide), and only for the following compilers and configurations:
- Gcc-7.3.0 / Gcc-8.1.0 / Gcc-14.2.0
- 32 bits / 64 bits
- Debug / Release
- Dynamic / Static (but linkable with the official dynamic libs)
Each archive contains a version "Release" and a version "Debug" of the addon, as well as a "release" build version of the samples and/or utilities.
Of course, the addons packages you'll download must match the libs package otherwise, nothing will work...