I am trying to test glade with a sample c++ file. The program is supposed to
output some text to the console whenever an radio button is selected. 
Attached is the callbacks file.



make
c++ -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/lib/Gtk--/include -I/usr/include
-I/usr/X11R6/include -I/usr/lib/glib/include -c window1_glade.cc
window1_glade.cc: In method `Window1_Glade::Window1_Glade()':
window1_glade.cc:44: `on_hexin_clicked' is not a member of type `Window1'
window1_glade.cc:46: `on_octin_clicked' is not a member of type `Window1'
window1_glade.cc:48: `on_binin_clicked' is not a member of type `Window1'
window1_glade.cc:50: `on_decin_clicked' is not a member of type `Window1'
window1_glade.cc:61: `on_hexout_clicked' is not a member of type `Window1'
window1_glade.cc:63: `on_octout_clicked' is not a member of type `Window1'
window1_glade.cc:65: `on_binout_clicked' is not a member of type `Window1'
window1_glade.cc:67: `on_decout_clicked' is not a member of type `Window1'
make: *** [window1_glade.o] Error 1

What is wrong with this code.  I just starting learning c++ a few weeks
ago....


Salman

______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

window1.cc_glade

Reply via email to