Hello everybody !
I'm used to work under Linux/Unix environnement, but i've to deal with the
windows API which i didn't know anything about a few hours ago. I think
that my questions are pywin32 related even if it seems purely a problem
with the win32 api. I hope it's not a problem.
Here is my st
At Saturday 20/1/2007 21:35, jbd wrote:
I create a process via the CreateProcess function, and i wait using
WaitForInputIdle to be sure that the process is in ready state, it works
well (ie: the process is launched).
Check also whether WaitForInputIdle returns 0, and not WAIT_TIMEOUT
(meaning