Re: [xml] HOWTO build libxml2 with minGW & pthreads-win32



I remember that once I had spent a week trying to figure out why there is a crash
on Windows before I found out that one library was compiled with /MT option
when everything else with /MD and there was malloc in library and free in the program :)
There are *different* runtimes on Windows and MSC can use any of them :)

Aleksey


Igor Zlatkovic wrote:

This is correct. But, Mingw and MSC use the same runtime. The binary code made by these


two compilers is compatible in most cases, but not in all.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]