--- On Tue, 20/1/09, Rino Farina rinofarina@gmail.com wrote:
Right, I wasn't able to find iostream among the available headers (remember, I'm not linking yet).
Stefan, are you suggesting that I install microsofts tool-chain and compile the code with the ms compiler? Sounds reasonable. I'm not sure what you mean by PE .exe, though. I have no need to link to Linux libraries, other than this is a pure windows codebase and some of the libraries referenced are not available in winelib/msvcrt.
In that case you might be happier switching to mingw gcc/g++ - either running it under wine, or as a cross-compiler. It has all the iostreams stuff, instead of wineg++ . the