2 Aug
2003
2 Aug
'03
8:33 a.m.
It sounds like you are having runtime library conflicts. Everything you compile with should use the same runtime library. For example if you compiled the lib with static link multithreaded, then don't use dynamic link multithreaded, etc.
Oh okay. So next question: how do I tell bjam to use a specific runtime library for MSVC then? Jon