$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-11-10 06:52:19
> I do the same as before and get the same error. And yes, I am using
> Visual Studio 7.1 in case anyone thought else. What am I doing wrong?
No idea, but you can only get the error you are seeing if __BORLANDC__ is
defined, and it clearly should not be if you are using Visual C++.
John.