
27 Aug
2004
27 Aug
'04
12:52 p.m.
Vladimir Prus wrote:
With all those replies, I was able to diagnose the problem. On a number of toolsets, <runtime-link>dynamic automatically sets <threading>multi. The
In toolsets from MSVC family (msvc, vc7, vc7.1 and vc8) it actualy makes sense, as in Visual C++ dynamic CRT is always multithreaded; there's no "dynamically linked single threaded CRT". I suppose that this might be true for number of other compilers on this platform, too. B.