c++ - Boost error: not found boost_date_time-vc80-mt-1_41.dll -
i need run examples of software uses boost libraries vs2008, following error occurs: application can not started because not found boost_date_time-vc80-mt-1_41.dll
i have set path
variable:
set path=c:\opt\boost-1_41_0\lib;
what's causing error?
thanks.
you can follow link work boost libraries vs 2008: http://smolsky.net/index.php/2009/12/08/building-boost
http://www.codeproject.com/articles/11597/building-boost-libraries-for-visual-studio
hope resolve problem.
Comments
Post a Comment