Hi,
I'm attempting to use the boost library in my C++ project (Visual Studio 2008). However on including the boost functions for time:
#include <boost/date_time/gregorian/gregorian.hpp>
I get the following error (along with a number of warnings):
fatal error LNK1104: cannot open file 'libboost_date_time-vc90-mt-gd-1_44.lib'
The file 'libboost_date_time-vc90-mt-gd-1_44.lib' is present on my machine and I've used the boost library before without any difficulties.
Any idea what might be wrong?