Hi,The 'getModuleName' function isn't implemented in the scope of the 'Module' class.
"Glib::ustring getModuleName() { return "module(get module name)";};"should be : Glib::ustring Module::getModuleName() { return "module(get module name)";}
[EMAIL PROTECTED] a écrit :
Hello. I'm trying to use glib::module for a gtkmm project but have a problem when access to module's functions. I 've make a simple example to understand. I've an error when executing "std::cout << "test D."<< ptr_plugin->getModuleName()<< std::endl; " in plugs.cc I've trying lot of things and still trying... Thanks for any help or idea Remy ps: this is the sources ....
Tél. +33 5 61.17 68.82 _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
