Missing A Detail About Boost (.lib files)

Posted by bobber205 on Stack Overflow See other posts from Stack Overflow or by bobber205
Published on 2010-05-05T18:41:28Z Indexed on 2010/05/19 11:10 UTC
Read the original article Hit count: 149

Filed under:
|
|
|

Where do I find the lib files for linking my program when using some Boost libraries? Decided to try its threading functionality but I am getting

Error 6 fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-gd-1_42.lib' InterviewPractice

after I include

Error 6 fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-gd-1_42.lib' InterviewPractice

I can't find where to get the .lib files for proper linking on the boost website? Any tips? :)

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost