$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:08:22
Anthony Williams <anthony.ajw <at> gmail.com> writes:
> Link against the Boost.Thread DLL. Build your app with
> BOOST_THREAD_USE_DLL defined to force the auto-link to choose this, and
> ensure that the code is compatible.
As I explained in the parallel post, things still fail to run properly.
Q: Can I circumvent the linker problem by simply adding a set of
files from lib/threads and lib/XX and defining some macro
(BOOST_THREAD_BUILD_LIB?)?
Which files must be in the set? Which macros?
I have to get this up and running and compile time
never is my first problem ...
regards,
Markus
P.S.: C++/CLI sucks.