Hi Thales, I did not realize you were using C-style input/output. Try this before using stdout for anything else: setmode(fileno(stdout), O_BINARY); HTH, --Eljay
Hi Thales, I did not realize you were using C-style input/output. Try this before using stdout for anything else: setmode(fileno(stdout), O_BINARY); HTH, --Eljay