What version of gtkmm are you using? I've just run the code you attached, and everything ran fine.
I even ran it through 'valgrind' -- no problem. I'm using gtkmm-2.8.1 on Gentoo, on P4 (if that matters).
Are you confident you have no stale object files left around? I've been burned by this before.
Regards,
Nickolai
PS It should be 'MainWindow m;' rather than 'MainWindow m();' or else you are declaring a function.
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
