From: jeremy@datachannel.com (Jeremy Blackman)
Subject: Resetting options on STDIN/STDOUT
6 Nov 1996 15:21:44 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <328112A8.1F86.cygnus.gnu-win32@datachannel.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0Gold (Win95; I)
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

Is there a way to set stdin and stdout into binary mode under gnu-win32,
cleanly?  Some code I am attempting to port simply does an
fdopen(0,"rb"); fdopen(1,"wb"); which works fine under Linux, or BSD,
but ends up with no output when compiled with gnu-win32 and then run.

Suggestions?  I've tried several hacks around this already.  The code
requires that stdout and stdin be in binary mode and also be actually
stdout and stdin - the program runs as a cgi script.

Thanks in advance.

--Jeremy Blackman
  (loki@dragoncat.net / jeremy@datachannel.com)
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
