RE: How to cross compile GLib 2.38 without exported symbols



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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]