Re: question about WINE MSVCRT

2003-07-16 Thread Eric Pouech
Jonathan Wilson wrote: I notice that WINE has a clone of MSVCRT. I also know that MSVCRT exports some C++ symbols. How does WINE and its clone of MSVCRT and its build system handle the differences in name mangling between MSVCRT and GCC? MSVCRT is the the C (and C++) run time library for MS Visu

Re: question about WINE MSVCRT

2003-07-16 Thread Mike Hearn
On Wed, 2003-07-16 at 15:00, Jonathan Wilson wrote: > I notice that WINE has a clone of MSVCRT. I also know that MSVCRT exports > some C++ symbols. How does WINE and its clone of MSVCRT and its build > system handle the differences in name mangling between MSVCRT and GCC? If you look in the spec

question about WINE MSVCRT

2003-07-16 Thread Jonathan Wilson
I notice that WINE has a clone of MSVCRT. I also know that MSVCRT exports some C++ symbols. How does WINE and its clone of MSVCRT and its build system handle the differences in name mangling between MSVCRT and GCC? Also, how does it handle the differences between the different class formats? Al