Hartmut Birr wrote:
Hi,
I've written a little test program (see below). If I compile it as c program, it works . If I compile it as c++ program, it hangs. Any ideas? Both versions work on WinXP.
Oops, this was wrong. The c version didn't contain the redirection to NUL. The real problem was, that file objects from devices like the nul device wasn't inheritable.
- Hartmut