Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net