visual c++ - error LNK1104: cannot open file 'boost_date_time-vc80-mt-1_55.lib' -


i have been trying calculate number of days between 2 dates using visual c++. using visual studio 2005 , boost 1.55.0 gregorian date_time library got stuck in error. #include "boost/date_time/gregorian/gregorian.hpp" error 32 fatal error lnk1104: cannot open file 'boost_date_time-vc80-mt-1_55.lib' licensemac after doing research in project properties, added boost library path in both c++ >> general >> additional include directories , linker >> . have 2 dates generated system::datetime.now , stored in text file example 6/30/2016 0:0:0 5/8/2016 0:0:0

would please suggest me specific solution depending upon system environment? there other simple method in visual c++ visual studio 2005 calculate duration of days between above 2 days. in advance :)

where can find file boost_date_time-vc80-mt-1_55.lib in system? try using full path of file. later find out file exists relatively boost library.

if file doesn't exist, didn't built it, or not downloaded well.


Popular posts from this blog

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -