Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mit-eddie!uw-beaver!ubc-cs!alberta!ccu!eeserv.ee.umanitoba.ca!chan From: chan@eeserv.ee.umanitoba.ca (Andrew Chan) Newsgroups: comp.sys.ibm.pc Subject: setmode (fileno(stdout), O_BINARY) in Turbo-C 2.0 Message-ID: <1989Oct12.043649.12217@ccu.umanitoba.ca> Date: 12 Oct 89 04:36:49 GMT Sender: news@ccu.umanitoba.ca Reply-To: chan@eeserv.ee.umanitoba.ca (Andrew Chan) Organization: Electrical Engineering, U of Manitoba, Winnipeg, Manitoba, Canada Lines: 6 I seem to have trouble setting stdout to O_BINARY in Turbo-C 2.0, it works for user created streams and stdin. I can flip them from O_TEXT to O_BINARY and vice versa many times without problem. However, stdout insists on being O_TEXT. Comments? Any help appreciated....