Re: glade_xml_signal_autoconnect cannot find functions NOT in shared libs?




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]