visual c++ - fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-gd-1_53.lib' -


i build project (c++ based) using cmake using microsoft visual studio 9 compiler (x64). in return generated solution file (.sln) project. project using boost library.

i opened '.sln' file in microsoft visual studio 9 , when tried build project in debug mode (x64). received following error:

 fatal error lnk1104: cannot open file 'libboost_thread-vc90-mt-gd-1_53.lib' 

can please whats going on wrong here? lot.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -