I'm running a program with CreateProcess and using WaitforSingleObject to pause execution. The called program, however, is locking up to the point that it doesn't execute at all. The code is getting to the WaitforSingleObject line.
What explains this, and how would you solve it?
What explains this, and how would you solve it?