Re: easy gtk-programm fault

2006-01-17 Thread Axel Simon
On Tue, 2006-01-17 at 15:29 +0100, Daniel Dieterle wrote: > hallo everybody, > > since some days i try to code my first gtk program. it 's not more than > a window with a label in it. > the code is that: > > #include > > > > > > int main( int argc, > > char *argv[] ) > > { > >

Re: easy gtk-programm fault

2006-01-17 Thread Bernd Muent
Daniel Dieterle schrieb: > since some days i try to code my first gtk program. it 's not more than a window with a label in it. > the code is that: >> #include >> >> >> int main( int argc, >> char *argv[] ) >> { [] >> GtkWidget *label1; >> gtk_init (&arg

easy gtk-programm fault

2006-01-17 Thread Daniel Dieterle
hallo everybody, since some days i try to code my first gtk program. it 's not more than a window with a label in it. the code is that: #include int main( int argc, char *argv[] ) { GtkWidget *window1; GtkWidget *label1; gtk_init (&argc, &arg