$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-02-16 07:49:54
At 09:38 AM 2/15/2003, Beman Dawes wrote:
>In the meantime, I'm working around the problem on my local machine by
>inactivating the crtdbg stuff for Metrowerks.
>
>I've also posted a message on the Metrowerks Win32 newsgroup (see below).
OK, I've had a response from Metrowerks:
>The crtdbg.h header isn't a standard part of the Metrowerks runtime
>library or MSL. It is included in the Win32-x86 Suppor Folder as part
>of the "VCPP Headers" folder, but these are really just headers from
>VC++ that are included because some builds need them.
>
>However, while the header is there, CW's library doesn't actually
>implement the debugging mechanism that this header describes. This is
>why you're link does not work -- the code just isn't there.
So Gennadiy's "temporary" fix is really the permanent fix.
--Beman