$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2004-11-02 06:37:08
I've just downloaded the latest tarball and have build the DLLs for
win32 using bcc32.
I rely on auto-link for pick the correct files to link to, and it is
looking for libboost_filesystem-bcb-mt-d-1_32.lib but my project is set
to use dynamic RTL (because of boost-thread) so shouldn't it link to
boost_filesystem-bcb-md-d-1_32.lib?
Thanks
Russell