How to run an app from another app
From: patrick carosso (carossopatrick_at_yahoo.it)
Date: 09/26/04
- Next message: Måns Rullgård: "Re: How to run an app from another app"
- Previous message: Jan Knutar: "Re: Forking Java GUI Apps"
- Next in thread: Måns Rullgård: "Re: How to run an app from another app"
- Reply: Måns Rullgård: "Re: How to run an app from another app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 26 Sep 2004 09:32:39 GMT
Hello,
I'm trying to start an app from another. Now I use the execv system call:
the secondary app starts, but the first exits! I need the execv to
immediately return , and the first app to go on running.
How can I do?
Thank!
- Next message: Måns Rullgård: "Re: How to run an app from another app"
- Previous message: Jan Knutar: "Re: Forking Java GUI Apps"
- Next in thread: Måns Rullgård: "Re: How to run an app from another app"
- Reply: Måns Rullgård: "Re: How to run an app from another app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|