Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1053: Error using boost::mutex and C++/CLI
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-06-25 23:47:30
#1053: Error using boost::mutex and C++/CLI
-------------------------------------+--------------------------------------
Reporter: fpelliccioni_at_[hidden] | Owner: anthonyw
Type: Support Requests | Status: new
Milestone: To Be Determined | Component: thread
Version: release 1.34.0 | Severity: Showstopper
Resolution: | Keywords: c++/cli mutex clr
-------------------------------------+--------------------------------------
Comment (by volc@#boost):
Not really sure if that's the problem but using the static versions of the
C Run-Time Library (LIBCPMT.LIB, LIBCPMTD.LIB) not possible when compiling
mixed/managed code (e.g. C++/CLI with /CLR).
See http://msdn2.microsoft.com/en-us/library/abx4dbyh(VS.80).aspx
You cannot use the statically linked CRT ( /MT or /MTd options) with /clr.
Use the dynamically-linked libraries (/MD or /MDd) instead.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1053#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:55 UTC