$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-12-11 07:15:28
John Maddock wrote:
> Can you try replacing the call to typeid().name() with just a string literal
> "" and see if the problem still persists?
Did this.
Problem gone. It looks like typeid(...).name() is the culprit :-(
What now?
btw.: There are lot of C4786 warnings for msvc-6.5.
This is well known, and usually cured by disabling this warning.
Roland