I was able to solve the exported symbols problem: in "config.h" find the line with _GLIB_EXTERN, change the attribute's visibility from "default" to "hidden" and remove the "declspec(dllexport) extern" part.
This modification saved 0.7MB of my DLL's size. |