Re: passing stl through dll

Tech-Archive recommends: Fix windows errors by optimizing your registry



"S1" wrote:
It looks to me like the std::string might not be getting
exported.

Yes, you need export everything that you use outside a DLL. Here's
good article on the topic:

"VS.NET 2003 Warning C4251"
http://www.unknownroad.com/rtfm/VisualStudio/warningC4251.html

Alex


.