On Sun, 14 Sep 2003, Dimitrie O. Paun wrote:
On September 13, 2003 08:32 pm, Kevin Atkinson wrote:
Furthermore it is still using windows I/O.
Hmm, can you post the Makefile you used to build the thing?
Attached is to files. One is for building the application via a cross compiler, the other is with Winelib.
OK, I took a look, they don't seem to link with msvcrt, why are you saying it still uses windows I/O?
OK maybe there not. It was just that stderr was going to stdout. So can I safely write binary data to stdout are do I need to somehow turn stdout into binary mode to avoid EOL conversion.
Also how do I open files based on the Unix path?