Thanks Tristan. gmodule-2.0.lib has been included while linking. But I'm not able to connect the signal handlers. On Linux I tried using gmodule-2.0 and I was able to connect signals without -export-dynamic.
Regards, Harinandan S On Wed, Nov 26, 2008 at 2:34 PM, Tristan Van Berkom <[EMAIL PROTECTED]> wrote: > 2008/11/26 Harinandan S <[EMAIL PROTECTED]>: > > Hi All, > > > > 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. I tried > debug > > build also. > > > > What compiler options should I give to get this to work? > > Im not exactly sure, but on linux it can just as well be linked with > pkg-config --libs gmodule-2.0 > > If you can know whats needed in msvc to use gmodule, then its a good > guess that that would also work. > > Cheers, > -Tristan >
_______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
