Does static library avoids name mangling issues?
问题 I have a C++\MFC application written in Visual Studio 2003 SP1 links to an external static library "SomeExtStaticLib.lib". I also include the header files provided with "SomeExtStaticLib.lib" to create the objects in my application. SomeExtStaticLib.lib is a static library built with VC6. Now, I am migrating my application to Visual Studio 2008. I have very basic question. Should I also migrate the "SomeExtStaticLib.lib" to VS2008 compiled one? When I tried to use this VC6 compiled