B
Bruce
I am converting a DLL project from VC7 to VC8. The project is a managed
C++ DLL. The project uses a non managed C++ library compiled an
linked in VC7 which uses the STL.
I just about got everything to link with the exception of some STL link
errors.
Here is an example of one of the errors:
error LNK2001: unresolved external symbol "public: void __thiscall
std::_String_base::_Xran(void)const
How do I resolve this?
Bruce
C++ DLL. The project uses a non managed C++ library compiled an
linked in VC7 which uses the STL.
I just about got everything to link with the exception of some STL link
errors.
Here is an example of one of the errors:
error LNK2001: unresolved external symbol "public: void __thiscall
std::_String_base::_Xran(void)const
How do I resolve this?
Bruce