From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-06-17 11:39:41


From: <corno_at_[hidden]>
> "hicks" <hicks_at_[hidden]> wrote in message
news:3D0D33EE.1050007_at_kgk.co.jp...
> > I don't know about MS, but in Borland a common source of DLL interface
> > problems is
> > not using a common (shared) memory manager.
> >
>
> Thanx Craig, that turned out to be the problem for VC++ as well.

Yep, but shared_ptr is supposed to work in this case, in theory. ;-) I'll
look into this. Any more information that can help me find the problem?