|
Hi All,
I want to use Boost library functions for my project. hence I downloaded boost libraries and saved them one drive. When I want to use that library in my project, I've following settings: go to properties>>C/C++ properties>>additional include directories and their I have given the path of .h header files of boost library where I have stored that and compiled, but, its giving an error can't include "xxxx" file.
Then I read that must provide the .lib files to be used but I haven't found any .lib files in the boost libraries folder. So Now what should I do can anybody suggest please.
Let me tell you I am using boost's filesystem library in my project.
Thanks in advanvce.
This post has been edited by shrilekh: 3 Oct, 2008 - 01:35 AM
|