$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alan Bellingham (alan_at_[hidden])
Date: 2002-06-27 10:52:19
"David Abrahams" <david.abrahams_at_[hidden]>:
>Maybe you should give a little context for your remarks. This #import<> is
>a .NET thing, right?
#import predates .NET - it's in Visual C++ 6, and it's used there for
auto-generating wrappers for COM objects.
Borland's C++Builder 5 also attempts it, though not terribly
successfully.