$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [thread] C++/CLI C# mixed code: linking to libthread yields runtime exception
From: Markus Werle (numerical.simulation_at_[hidden])
Date: 2009-02-05 11:28:31
Markus Werle <numerical.simulation <at> web.de> writes:
> I also tried BOOST_DYN_LINK, but even then libboost_date_time-vc90-mt-1_37.lib
> ist used by the linker.
> [...]
> This looks odd to me. Ain't this a bug for DATE_TIME?
Use BOOST_ALL_DYN_LINK instead of BOOST_DYN_LINK.
http://www.nabble.com/BOOST_DYN_LINK-td18294892.html
Markus