Re: [glade--]Opening another window from menu

Christof Petig <[email protected]> Mon, 03 May 2004 18:28:49 +0200
Newsgroups gmane.comp.gnome.glademm
Organization Adolf Petig GmbH & Co. KG
Message-ID <[email protected]>
Vladislav Grinchenko schrieb:
>>mainWindow.cc: In member function `virtual void 
>>   mainWindow::on_new_card_set1_activate()':
>>mainWindow.cc:23: error: no matching function for call to
>>`Gtk::Main::run(inputWindow&)'

2.x style

>>/usr/include/gtk--/main.h:168: error: candidates are: static void 
>>   Gtk::Main::run()

1.2 header

strange. This looks like you mixed gtkmm2.x and gtk-- 1.2.

Which version did you intend to use, which version you compiled against?

    Christof