Re: [AD] allegro and MSVC (single-threaded, multithreaded and multithreaded dll) |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Javier González wrote: [snip - MSDN]
so, right now, allegro for mingw32 (dll and static) are being compiled with MSVCRT.DLL (the /MD) equivalent, since it is the only way it supports 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
AFAIK Allegro is multi-threaded, so we should be linking against the multi-threaded C library, no?
-- - Robert J Ohannessian "Microsoft code is probably O(n^20)" (my CS prof) http://pages.infinit.net/voidstar/
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |