From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-08-27 07:52:47


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.