Re: run a new application



Michael Torrie writes:
there are routines in glib that should help you:

http://developer.gnome.org/doc/API/2.0/glib/glib-Spawning-Processes.html

This is probably the most portable mechanism for running processes.

But for somebody who doesn't know about system(), the g_spawn*()
functions probably have too many options to get lost in...

system() is quite portable, too.

--tml




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]