14 Nov
2006
14 Nov
'06
10:43 p.m.
alabi@thaerocomp.com 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
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