
16 Apr
2006
16 Apr
'06
12:39 p.m.
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