L
Lance
I'm trying to migrate a VC++ 6 project to VS .NET 2003, and have hit the
LNK1104 - libcimt.lib problem where there's some code still referencing the
old STL library.
I've verified all our code uses the new STL headers.
Can I use "dumpbin /symbols" to check each 3rd party library we use to see
if it uses the old vs. new STL library ? How do I tell if the references
are for the old vs new STL?
Thanks for any pointers....
-Lance
LNK1104 - libcimt.lib problem where there's some code still referencing the
old STL library.
I've verified all our code uses the new STL headers.
Can I use "dumpbin /symbols" to check each 3rd party library we use to see
if it uses the old vs. new STL library ? How do I tell if the references
are for the old vs new STL?
Thanks for any pointers....
-Lance