Re: no acess to functions in Glib::module



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)";}

jimenezr ufrima imag fr 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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]