$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-04 09:10:39
In order to add to the headache, here is a "workaround":
Add libboost_thread-vc90-mt-1_37.lib to the "Ignore Specific Library"
linker property section, add boost_thread-vc90-mt-gd-1_37.lib to the
"Additional Dependencies", et voila: after copying its sister
boost_thread-vc90-mt-gd-1_37.dll into the directory of the executable,
the executable runs fine.
Unfortunately ilmerge now fails to work properly ...
Q1: Is this workaround safe?
regards, Markus