Re: Compilation warning under Visual Studio 2008

2011-08-29 Thread Curt Arnold
If I remember correctly and it has been a long time, you will get these messages anytime you pass an STL template expansion as an argument or return value across of DLL boundary. As long as the STL instance is not free'd or reallocated by the caller (who would have a separate instance of the RTL

Compilation warning under Visual Studio 2008

2011-08-22 Thread Simon Callan
Hi, I've just started using log4cxx 0.10, apr-1.4.5 and apr-util-1-3.12 under Visual Studio 2008. When I compile my project t in release mode, I get the following warnings: warning C4275: non dll-interface class 'std::_Container_base_aux' used as base for dll-interface class 'std::_Con