
msvcp60.dll dependency removal
Hi,
I would like to remove the dependency my application has on msvcp60.dll.
I've told the linker to ignore the msvcprt.lib library but this causes the
following 3 errors :
error LNK2001: unresolved external symbol "public: __thiscall
std::bad_cast::bad_cast(class bad_cast::bad_cast const &)"
error LNK2001: unresolved external symbol "public: virtual __thiscall
error LNK2001: unresolved external symbol "__declspec(dllimport) public:
__thiscall std::bad_cast::bad_cast(char const *)"
A library that my application is statically link to appears to use
std::bad_cast.
Is there a static lib I can link to to resolve this error.
Thanks for any help.
msvc6 sp3 nt4 sp6