> I was using gtk builder on linux platform and was successfully able to > connect signals by giving -export-dynamic option while compiling. However on > msvc using Gtk Windows I am not able to get callbacks to work.
You should mark the functions that will be looked up and called dynamically with the G_MODULE_EXPORT "keyword". --tml _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
