>
>The sources for the working glade window, the working datamodel
>is on: http://www.sesuadra.org/~gvtienen/genes/
>
>Version 0.1 is where I try to use the class Person in the sampleView file,
>but I had some problems compiling this. So If somebody can help me
>with mixing c and c++, then I'll continue with the sample prog.
(I have now one week of holidays because of the Festivals in Gent (Belgium),
Well, I was successful, but only after manually compiling
callbacks.c, interface.c and support.c with g++.
(instead of the command
"gcc -DHAVE_CONFIG -I. -I. _I.. -I/usr/lib/glib/include
-I/usr/X11R6include -g -O2 -Wall -c callbacks.c"
I typed
"g++ -DHAVE_CONFIG -I. -I. _I.. -I/usr/lib/glib/include
-I/usr/X11R6include -g -O2 -Wall -c callbacks.c"
I also added a #include<stdio.h> declaration to callbacks.c to get
rid of the "implicit declaration" error.
I have no desire to get in to any language flamewars, but there is a
C++ binding for gtk+ called gtk--. I have not used it, but there are
glade tools available for it. In addition, it makes no use of
extensions (unlike Qt), and supports templates (unlike wxWindows).
Jeremy
_______________________________________________
Genes-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/genes-devel