$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Walthall (walthall_at_[hidden])
Date: 2006-11-14 17:43:56
alabi_at_[hidden] wrote:
> Dear Users,
> I have downloaded and successfully installed (with bjam) Boost for Visual
> Studio.NET vc7. I have a rogram using boost with the line:
>
> #include <BOOST\path_to_header>
>
> The compiler does not find the header. Does nayone know how to make the compiler
> recognize the boost location so I can place it in angluar bracket as above. If I
> copied all the BOOST into my subfolder, things work but I dont want to make a
> copy of BOOST in every project.
> Ken.
Hi Ken,
Tools --> Options --> Projects --> VC++ Directories
Then add the paths to the include and library sections.
David