Re: Migrating to gtk 2

2004-02-12 Thread Owen Taylor
On Wed, 2004-02-11 at 05:05, [EMAIL PROTECTED] wrote: We developed an application using gtk 1.2. This aplication is supported for RedHat/Fedora, SuSe, Turbo and Caldera linux distributions. We might consider to migrate our application to gtk 2, but we are not sure when to do that.. GTK+-1.2

Re: gtk+ crashes my X window system?!?!?

2004-02-12 Thread Owen Taylor
On Tue, 2004-02-10 at 09:20, [EMAIL PROTECTED] wrote: Hi, in my application, when i choose an option on men, a new window is open (in modal mode). From this window i can open another window (modal mode again). Last window allocates a variable numbers (arrays of pointers in glib) of structs

g_spawn_command_line_async and MinGW

2004-02-12 Thread Egon Andersen
Hi, I've used g_spawn_command_line_async with success on Linux RH7.3 and have tried to make it work on MSWindows too. I've noticed the special 'syntax' to be used when a command-line is used on windows and tried a lot of different things, but I always end up with an GError: domain: 543

Re: pthread problem w/ GtkGLext

2004-02-12 Thread Sebastian Wilhelmi
Hi Ray, I'm porting a pthreaded OpenGL application to GTK+ and have run into problems getting the threading to work. I've written a simplified example of what I'm trying to do threadwise and it's core dumping on me. The program is supposed to let you open multiple windows in separate