glade_xml_signal_autoconnect doesn't find functions, symbols not exported?

2005-01-07 Thread Eduardo M KALINOWSKI
I'm porting I program I wrote under Linux to Windows using cygwin. It compiled without a single change, but when run, libglade's glade_xml_signal_autoconnect function did not find the signal handler functions, and issues errors like this: libglade-WARNING **: could not find signal handler

Re: glade_xml_signal_autoconnect doesn't find functions, symbols not exported?

2005-01-07 Thread Gerrit P. Haase
Eduardo M KALINOWSKI wrote: I'm porting I program I wrote under Linux to Windows using cygwin. It compiled without a single change, but when run, libglade's glade_xml_signal_autoconnect function did not find the signal handler functions, and issues errors like this: libglade-WARNING **: could

Re: glade_xml_signal_autoconnect doesn't find functions, symbols not exported?

2005-01-07 Thread Gerrit P. Haase
Eduardo M KALINOWSKI wrote: Gerrit P. Haase wrote: gtk_widget_hide_on_delete is exported explicitly (at least in version 2.4.14 whioch is the latest available). That's the version I use (2.4.14-1, actually). All other packages are most likely in their latest versions, because I installed cygwin