Try:
Code: Select all
gtk_init_(0,0)
d=gtk_message_dialog_new_(0,#GTK_DIALOG_MODAL,#GTK_MESSAGE_INFO,#GTK_BUTTONS_CANCEL,"missing title","","")
gtk_dialog_run_(d)

Code: Select all
gtk_init_(0,0)
d=gtk_message_dialog_new_(0,#GTK_DIALOG_MODAL,#GTK_MESSAGE_INFO,#GTK_BUTTONS_CANCEL,"missing title","","")
gtk_dialog_run_(d)

 and some asm on the C64... otherwise only VB and VBA)
  and some asm on the C64... otherwise only VB and VBA)my knowledge is from the gtk-manuals and C-examples ONLY
seems like a RTM..C isn't that hard and not hard to learn.

Don't feed any trolls..the best of all.. PB is NOT ...

OK, thanks.You'll need the gtk_init_() only if there is no PB OpenWindow before (else the OpenWindow() does the gtk_init_() for you)