Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2004-01-07 06:11:30


> > I'm having difficulty building a "msid" version of Regex++.
> >
> > By "msid", I mean multithreaded, static runtime, dynamic link,
> > debug. This combination is not actually provided by the default
> > makefiles.

Because it won't work - you will have two copies of the runtime library, one
in the dll and one in the program, and yes that does almost certainly imply
a runtime crash.

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk