$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2005-01-24 01:56:22
Dave wrote:
>Hello Boost,
>
>Under VC++ 7.1, what is the proper way for me to configure my compiler so
>that the boost libraries (literally, the .lib files) are available? I had
>no problem pointing to the headers, but I'm having a heck of a time
>linking...
>
>
>
Simply choose:
Tools->Options->Projects->VC++ Directories->Library Files
and add the path where you have the boost libs.
This is a global settings that wiill all projects allow to resolve
to find the libs.
Roland