From: richielee616 (richielee616_at_[hidden])
Date: 2002-03-05 09:58:15


Hello, boost

As I know,we cannnot use starndand container class in win32 DLL(),
such as vector, list, string.

But lots of vectors, strings, etc, are used in boost::regex DLLs. I
only know that it overrides operator new & operator delete to support
a specicial allocate/free mechanism.

What should I do if I want to support using starndand container class
in DLL?
Where can I find some articles on this?

Thanks