I need to run examples of software that uses boost libraries for VS2008,
but the following error occurs: this application can not be started because it was not found boost_date_time-vc80-mt-1_41.dll
I have set the PATH
variable:
set PATH=C:\opt\boost-1_41_0\lib;
What's actually causing this error?
Thanks.