Boost logo

Boost-Build :

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.

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk