
24 Jan
2005
24 Jan
'05
6:56 a.m.
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