Re: glade_xml_signal_autoconnect cannot find functions NOT in shared libs?
- From: david hagood gmail com
- To: "Ivan Baldo" <ibaldo adinet com uy>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: glade_xml_signal_autoconnect cannot find functions NOT in shared libs?
- Date: Fri, 20 Jul 2007 09:10:41 -0500 (CDT)
I use on Linux "-Wl,-E" and under Windows with MinGW
"-Wl,-E,--export-all-symbols" and I also use C++ with the extern "C"
keyword, like for example:
extern "C" void on_button_clicked (GtkToolButton *toolbutton, gpointer
user_data)
{
//do something
}
I didn't need any more fancy than that, it works that way.
Unfortunately, it didn't work for me, but thanks for the ideas to try.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]