c++ - LINK : fatal error LNK1104: cannot open file 'libboost_system-vc90-mt-1_45.lib' -
i getting error when tried build/compile code vs2008 c++. weird thing installed boost 1.46.1 error boost 1.45.
link : fatal error lnk1104: cannot open file 'libboost_system-vc90-mt-1_45.lib' tried looking on different sources. unfortunately unable solve yet. although included paths libraries , include files.
please guidence in regard highly appreciated.
many thanks.
muhammad
this nothing have installed (or not). happening vc++ expects library cannot find it. check "included libraries" in project settings. perhaps project supposed
use 1.45 version.
Comments
Post a Comment