From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-04-16 08:39:54


Saurabh Ramya wrote:

>I am getting error
>
> "fatal error C1189: #error : "Mixing a dll boost library with a static runtime is a really bad idea..."
>
> I am building a application which uses boost threads and mutexs using vc6.
> My runtime library is "Debug MultiThreaded".
>
> please help to solve this issue?
>
>
>
This is really an issue for boost-users. Anyway, change your runtime
library to "Debug Multithreaded DLL" and it should work. Don't forget to
change the runtime to "Multithreaded DLL" in release mode.

Sebastian Redl