
15 May
2006
15 May
'06
9:30 a.m.
Anthony Williams wrote:(Regarding libboost_thread-vc71-mt-s-1_33.lib (v1.33.0)).
Any build of the library that requires MSVCPRT and MSVCRT is just broken, since they are the single-threaded runtime, and their use indicates that the library was built without MT support. I'm surprised the library manages to
Nope, MSVCPRT and MSCRT are "multi-threaded" runtimes, but they do not imply static linkage (which means --> LIBCMT) .. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/... Cheers Amanjit Gill