Tadej, -----Original Message----- >From: Tadej BorovÅak <tadeboro@xxxxxxxxx> >Sent: Mar 26, 2011 12:54 PM >To: gtk-list@xxxxxxxxx >Subject: Re: Timer start registration breaks the gtk_main() > >Hello. > >> int main() >> { >> CFrame *frame = new CFrame(); >> result = frame->OpenPort(); >> if( !result ) >> return 1; >> else >> { >> g_timer_add_seconds( 1, (GSourceFunc) frame->ReadData(), NULL ); >> gtk_widget_show( window ); >> frame->ReadData(); >> gtk_main(); >> } >> } > >Where is your gtk_init() call? I was too lazy to type it in. I was not at my computer to do copy&paste. > >Cheers, >Tadej > >-- >Tadej BorovÅak >tadeboro.blogspot.com >tadeboro@xxxxxxxxx >tadej.borovsak@xxxxxxxxx > >_______________________________________________ >gtk-list mailing list >gtk-list@xxxxxxxxx >http://mail.gnome.org/mailman/listinfo/gtk-list _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list