Re: getting stdout and stderr for system calls on windows

want to capture stdout and stderr as well as the return value
from dmake. Normally I would do it using Daniel B.'s
win32-popen3, but I have a
Windows Installer Ruby with VC++6.0 which nastily gives me a segfault
(properly documented in the README, but still a segfault :slight_smile:
). Recompiling Ruby is a no-no and changing VC compiler also a no-no.

If anyone knows of a magic compatibility switch to cl or link that will
prevent this, Iā€™m all ears. :slight_smile:

Dan