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
Post a Comment