$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2006-02-23 04:39:44
> What would be the best to instrument a program using BoundsChecker,
> e.g.? It supplies a compiler and linker (nmcl.exe and nmlink.exe) to
> use in place of the MS ones.
You can configure msvc to use nmcl.exe and nmlink.exe:
using msvc : x.y : : <compiler>nmcl.exe <linker>nmlink.exe ;
-- Best regards, Alexey Pakhunov.