still a problem, i did what you told me and under the boost folder, i put the libs folder, however when i try to compile the following program:
Quote:
#include "stdafx.h"
#include "boost/filesystem/operations.hpp" // includes boost/filesystem/path.hpp
#include "boost/filesystem/fstream.hpp" // ditto
int main()
{
return 0;
}
I get this error
Quote:
Rename fatal error LNK1104: cannot open file 'libboost_filesystem-vc71-mt-sgd-1_33_1.lib'
Anyone know where this file is to be located?
i added it to the boost, directory as well as the /boost/filesystem directory with no success.
Thank you in advance for your help[/quote]