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 separ
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 (g-exec-
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 threads where a t
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 st
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