> I'm wondering how to check the runtime version of the (glib and gtk for
> example) DLLs, that the application is linking to.
You mean check at run-time? Using the API provided for that, if any.
For GLib, use the glib_major_version, glib_minor_version and
glib_micro_version variables (which are e
Hi,
I'm wondering how to check the runtime version of the (glib and gtk for
example) DLLs, that the application is linking to.
I know one can check the version of included headers and statically linked
libraries using GLIB_MAJOR_VERSION and glib_major_version, but the dynamic
linking is giving me