$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-07-05 14:46:39
> Does this article apply to /Z7 builds only? I did use static debug
> libraries with debug information in PDB files (/Zi), but I have never
> seen any problems without /Yl switch.
No, it applies to all debug builds. The problems are different between
compiler versions and between debug formats.
> Can you create a test case to demonstrate the problems without /Yl or
> /Yd switch?
>
> Andrei
Attached is a small project that emits a fatal error under MSVC 6.0,
and a warning under MSVC 8.0. Under MSVC8, it is linked without debug
information.
-- Bojan Resnik