$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: chanekane (chanekane_at_[hidden])
Date: 2006-04-11 05:28:26
Hi,
I am using boost version 1.33.1 and Microsoft Visual C++ 2005 Express
Edition.
I have made my own solution in VS to generate my library boost using
only the classes I use in my project. Here all is fine.
But when I compile my project. I have a Link error :
fatal error LNK1104: cannot open file
'libboost_date_time-vc80-mt-1_33_1.lib'
I have defined this in user.hpp in my own solution but Nothing changes :
#define BOOST_ALL_DYN_LINK
Thanks for your help.