msvcp60.dll dependency removal 
Author Message
 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



Tue, 14 Oct 2003 17:46:09 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. msvcp60.dll dependency removal

2. dependency on MSVCP60.DLL

3. Avoiding dependency on msvcp60.dll

4. Help: Missing dll file "msvcp60.dll"

5. REPOST: Redistributing/Installign MSVCP60.DLL and MSVCRT.DLL on NT/2K/ME/XP

6. Redistributing/Installing MSVCP60.DLL and MFC42.DLL on Win2K

7. STL - MSVCP60.DLL and MSCVRT.DLL

8. MSVCP60.dll at ATL COM EXE

9. MSVCP60.dll not on customer system

10. msvcp60.dll

11. msvcp60.dll Not Found

12. msvcp60.dll

 

 
Powered by phpBB® Forum Software