fatal error LNK1104: cannot open file 'libboost_filesystem-vc80-mt-gd-1_35.lib'

H3y hi every1 please help me out i am Just creating a small program in c++, which is use to show all the content Of a directory .. i am Using BOOST LIBRARY beacuse there is nO other option for e if there nay other option plzz do tell me and tell me how to resolve this prob actually prog is compiling but i dont know whats wrong its keep on giving this Error i am Using Visual STudio 2005 ... please help me
Did you compile boost?
(Most of it is just template includes, but some parts, like the filesystem, need to be compiled)

If you did, then

Did you link with the correct library?
(Compile-time options and libraries make a big difference. For example, the library it is trying to link is the multi-threaded, debug version [indicated by the "mt-gd" tacked on the library name]. The version of the library you link with should match your application's options.)

Hope this helps.
thanks for the reply ,yes i hav linked the correct library folder in Project->properties .... and i have install bosst with multi-threaded version but still the same prob ..
Topic archived. No new replies allowed.