Time pass by

Sunshine and rain of a developer

Posts Tagged ‘boost’

Configure Boost library in Visual Studio 2008

Posted by vanguard33 on June 18, 2009

This tutorial teaches you how to setup boost library in Visual Stuido 2008. There’s a perbuild version you can download from Boost pro . The perbuild package can save you lots of time and effort. Believe me.

The boost pro downloader is not smart enough to detect old version; therefore, I highly recommend you install all the packages. There are many dependency within boost library. For example, the boost filesystem is depend on boost system and boost regular expression. If you miss one of them, you have to install the boost library again :(

Now, let’s setup Visual Studio so that it can find the file and library. Go to Tools->Option->Projects and Solutions->VC++ Directories.

Select “Include files” and Add a new directory. In my computer, it is

C:\Program Files (x86)\boost\boost_1_38\

Select “Library files” and Add a new directory

C:\Program Files (x86)\boost\boost_1_38\lib

That’s it.  Enjoy your life with Boost

Posted in CPP | Tagged: | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.