STL compatibility across different versions of CRT

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi all,<br/><br/>I have a dll build with VC++ 2003 using code having some STL objects (including std::string). <br/><br/>1. Does my STL objects causes any problems if it is used in a dll comipled with different/later version of VC++ CRT?<br/><br/>2. Is it possible to make my dll compatible across different versions of CRTs?<br/><br/>- Hari

View the full article
 
Back
Top