Quote Originally Posted by Ajay Vijay View Post
STL doesn't have DLL, no runtime library, thus size/definition would definitely differ!
Ajay, that is indeed an interesting point about not returning STL objects. What did you exactly mean when you said STL doesn't have DLL, no runtime library etc ?

Is it safe to return std::string from DLL functions.