This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: MFC with egcs 1.1 (Was: MFC with CygWin)


Thomas Nichols wrote:
> what is the status of attempts to access the MFC DLLs from egcs? If the
> name-mangling schemes are incompatible, will this remain true in
> perpetuity, or are there plans to allow MS-style name mangling as an option
> to gcc?
> 

Name mangling is not the only problem. Gcc passes "this" pointer when calling class member on top of stack, but MSVC in ecx.

-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]