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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -