$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-11-11 07:01:09
Vladimir Prus wrote:
> Does it mean that if you try to mix object files compiled with
> different
> settings of <threading> they'll try to link to different runtime,
> producing
> either duplicated symbols error, or more subtle, but equally fatal,
> problem?
Yes! Usually a linker error with MSVC, silent but deadly problems with
Borland.
HTH, John.