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 Cygwin?


>   Parker, Ron (rdparker@butlermfg.org)
>   Mon, 30 Mar 1998 17:39:46 -0600
>
>Perhaps in the future someone will undertake the task of creating a PD
>set of headers and import libraries for MFC, but AFAIK this has not
>been done yet. If it were, it would not address the issue of obtaining
>and redistributing the DLL files.  However, we could then rely upon
>whatever version of MFC was shipped with the operating system.
>
>This would be like what MingWin does for a C runtime library.  It
>links against the OS supplied, MSVCRT.DLL.
>
Actually, MINGW32 uses crtdll.dll, which apparently has one virtue that,
say, Borland's rtldll.dll does not have:  It is thread safe, meaning
that you can use the Windows threads version of lynx NSL_FORK with the
MINGW32 version of lynx, and nothing crashes.  If you do the same thing,
and compile with Borland's rtldll.dll, you get crashes.


-
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]