$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-04-23 05:01:49
> BOOST_WINDOWS is defined within the environment mentioned above, but the
> compiler does not have a windows.h include file. Hence compilation fails.
The filesystem library needs access to the platform's native API's: on
Windows that means <windows.h>: you can get this by installing the Platform
SDK from Microsoft as well as the compiler toolset.
John.