Re: Top Level problem

2007-02-28 Thread Andreas Stricker
Marcelo Armengot wrote: > Days ago I start a thread with my problem. > Problem is the same but I understand now (while debugging) more exactly > the question. > > My gtk-program hungs up just in the gtk_main() called. And only hungs in > Win32. Did you call gtk_init() ? Can you provide a short

Top Level problem

2007-02-27 Thread Marcelo Armengot
Days ago I start a thread with my problem. Problem is the same but I understand now (while debugging) more exactly the question. My gtk-program hungs up just in the gtk_main() called. And only hungs in Win32. I'm making a TopLevel window, but i launch this program from another process. The TO