Re: [AD] allegro and MSVC (single-threaded, multithreaded and multithreaded dll) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Allegro Conductors" <conductors@xxxxxxxxxx>
- Subject: Re: [AD] allegro and MSVC (single-threaded, multithreaded and multithreaded dll)
- From: Javier Gonzalez <xaviergonz@xxxxxxxxxx>
- Date: Sat, 1 Sep 2001 16:56:29 +0200
> > but the odd thing is that the MSVC version is being compiled with the
> > /MT (multithreaded) option (both DLL and static) making it "virtually"
> > incompatible with mingw32 DLL version
>
> Do you mean that the libc is statically linked in the MSVC-compiled dll ?
> all393x.dll doesn't depend upon msvcrt.dll at all ?
Exactly
>
> > 2) change MSVC compiling to use /MD parameter (like mingw32) instead of
> > /MT one
>
> That sounds consistent with MinGW to me.
>
> ---
> Eric Botcazou
> ebotcazou@xxxxxxxxxx
>
>