$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2005-11-23 03:20:01
Pedro Lamarão wrote:
>
> How do you *tell* the compiler that the PSDK is installed?
> I've configured the IDE, no mistery, but found no way to make the Boost
> build work.
>
It works for me. I installed the Platform SDK, then copied its
bin/lib/include directories to VC8/PlatformSDK as VS express already has
paths set up to look for the files there. After that, boost built
entirely with VS express.
Have a look at:
http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx
(it mentions that beta, but applies to the final as well)
Cheers
Russell