views:

1977

answers:

4

I`ve almost completely install Boost but I have a problem which is how to set path to Boost in Tools->options->projects->VC++ Directories.

I`ve written the path to include files and libraries (my folder contains of two subfolders which is 'lib' and 'include'), but when I try to use Boost

include boost/regex.hpp>
I got this linking error: 1>LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc90-mt-gd-1_36.lib'
Could you please tell me how to install Boost correctly for the Visual Studio 2008? I`d be wery thankful for that:)

+9  A: 

Use the Boost Installer by the Boost consulting group.

Konrad Rudolph
A: 

thanks, and what about these options I have to choose from when I install Boost? Some of them strongly recommended or they didn`t influence the installation process and result very much?

chester89
+1  A: 

You might be interested in the Visual Studio 2008 Feature pack. It adds many of the features that have only been available from Boost until now, the features that are part of the C++ TR1.

John D. Cook
+1  A: 

Also checkout this post for instructions on how to build Boost yourself.

Filip