17 Aug
2004
17 Aug
'04
10:50 p.m.
Hi Mike, Even if I change my command to be: winegcc -c -mno-cygwin -I/usr/local/include/wine/msvcrt -o test.o test.cpp I get the same spread of errors. I am converting an MSVC project that uses both these header files and I'm trying to understand why the MSVCRT header files provided with wine wont work with my project. regards, Scott.
-----Original Message----- From: Mike Hearn [SMTP:m.hearn(a)signal.QinetiQ.com] Sent: Tuesday, 17 August 2004 18:38 To: Scott Snell Cc: Wine-Devel (E-mail) Subject: Re: iostream and msvcrt?
Why are you trying to use G++ with the MSVCRT (Microsoft Visual C++ runtime) ? That can surely never work: even if the headers were compatible, the ABI used is not.