[For those who always wanted to blame for top-posing, here's your chance.]
Revison 17248 should fix it. - Filip
WaxDragon wrote:
Thank you for looking into this, Hartmut. Are you able to fix this, or do I need to file a bug to have someone else look at it?
On 8/9/05, Hartmut Birr hartmut.birr@gmx.de wrote:
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