Re: Killing a spawned program
From: Dmitry A. Kazakov (mailbox_at_dmitry-kazakov.de)
Date: 02/09/05
- Next message: Gautier: "Re: Programming language popularity ranking"
- Previous message: Martin Krischik: "Re: Programming language popularity ranking"
- In reply to: Richard Lowe: "Killing a spawned program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 9 Feb 2005 09:29:39 +0100
On Tue, 8 Feb 2005 22:14:44 +0000 (UTC), Richard Lowe wrote:
> How, using Gnat and GtkAda, does one kill a non-Ada program which has been
> spawned from within an Ada program running under Windows 98SE ?
It is not a good idea to kill a process under Windows. Depending on which
DLLs and drivers are used by the process being killed, that might
compromise the operating system state. However, see:
TerminateProcess
of Win32 API in MSDN.
-- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de
- Next message: Gautier: "Re: Programming language popularity ranking"
- Previous message: Martin Krischik: "Re: Programming language popularity ranking"
- In reply to: Richard Lowe: "Killing a spawned program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|