
15 Feb
2005
15 Feb
'05
6:30 p.m.
Hartmut Kaiser wrote:
Vladimir Prus wrote:
The right syntax is
<toolset>vc-7.1:<rtti>off
not
<toolset>vc-7_1:<rtti>off
Actually, it should be: <toolset>msvc-7.1:<rtti>off since the VC++ toolset is called msvc in V2 and vc in V1. Also, the line <runtime-link>static should be: <link-runtime>static Regards, Reece