bc_fries
bc_fries

Reputation: 43

Keep getting "error LNK1104: cannot open file 'boost_thread-vc100-mt-gd-1_41.lib"

Trying to get familiar with the Boost files and I keep encountering this fatal error

error LNK1104: cannot open file 'boost_thread-vc100-mt-gd-1_41.lib' 

I had to convert the program from VS 2008 to VS 2010, could this be the cause?

Upvotes: 3

Views: 321

Answers (1)

Samer
Samer

Reputation: 1980

yes, this is the cause, you need to rebuild boost based on your new compiler VS 2010.

Upvotes: 2

Related Questions