Boost logo

Boost :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-02-06 09:11:59


Peter Dimov <pdimov_at_[hidden]> wrote:
>> Well, I'm not sure this is the issue here, but I'd suggest (in DLL
>> and all it's clients) dynamicaly linking to C and C++ runtime (ie.
>> "Multi-threaded DLL (/MD)" or "Multi-threaded Debug DLL (/MDd)"),
>> instead of static runtime. If you already use it, I have not clue
>> what else it could be :(
>
> Actually shared_ptr supports DLLs that use the static runtime; in
> fact, it
> is exactly this shared_ptr feature that causes the problem here. :-)

Oh, I see. After reading your previous response in this thread it came
to my mind :>

B.


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