Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1871: regex link error with msvc
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-25 09:04:43
#1871: regex link error with msvc
-----------------------------------------+----------------------------------
Reporter: cedric.naniot@⦠| Owner: johnmaddock
Type: Bugs | Status: closed
Milestone: Boost 1.36.0 | Component: regex
Version: Boost 1.46.1 | Severity: Problem
Resolution: invalid | Keywords:
-----------------------------------------+----------------------------------
Changes (by johnmaddock):
* status: reopened => closed
* resolution: => invalid
Comment:
This isn't really a regex lib issue - you are linking *two different
runtime libraries* in the same program - and you just can't do that.
Period. Ever. Even if you get it to link it probably won't run correctly.
Either - use regex as a dll, or,
Compile everthing (including the regex lib) using the same options.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/1871#comment:7> 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:50:06 UTC