2008/11/26 Harinandan S <harinandans gmail com>:
Im not exactly sure, but on linux it can just as well be linked with> 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?
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