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?
Cheers,
Tadej
--
Tadej Borovšak
tadeboro.blogspot.com
[email protected]
[email protected]
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list