Kill a process under Windows?

This is a bit of a pain on Windows (aka, "Not a real operating system"). I
use:

     wxProcess_Kill(pid, wxSIGKILL)

Alas, on Windows it appears that the only signal having an effect on a
process is a hard kill.

If you're getting into this kind of stuff you might want to get a copy of
the O'Reilly book "Python Programming on Win32".

···

--------------------------------------
Gary H. Merrill
Director and Principal Scientist, New Applications
Data Exploration Sciences
GlaxoSmithKline Inc.
(919) 483-8456

Thanx Gary!
It's working.........

<gary.h.merrill@gsk.com> skrev i meddelandet
news:OF1B44001B.BC429A2F-ON85256DFF.00513A97@sb.com...

This is a bit of a pain on Windows (aka, "Not a real operating system").

I

···

use:

     wxProcess_Kill(pid, wxSIGKILL)

Alas, on Windows it appears that the only signal having an effect on a
process is a hard kill.

If you're getting into this kind of stuff you might want to get a copy of
the O'Reilly book "Python Programming on Win32".

--------------------------------------
Gary H. Merrill
Director and Principal Scientist, New Applications
Data Exploration Sciences
GlaxoSmithKline Inc.
(919) 483-8456