Hi,
I checked my platform and had to changes to make:
BCB didn't know STDOUT_FILENO and STDERR_FILENO, so I replaced them with
fileno(stdout) and fileno(stderr). I think this should work on the other
platforms too. There was another small issue in a test program, I
replaced a ?-: operator with an if statement because there was some
confussion about the types (char* and std:string) which my compiler
didn't like.
Ciao
Uwe
|