MSVCRTD.DLL and MSVCP60D.DLL are the debug versions of MSVCRT.DLL and MSVCP60.DLL. They are non-redistributable, and therefore no-one other than MSVC develeopers will have them on their system
the dll you are attempting to link to was most likely built in "debug" mode (rather than release mode). A recompile is in order unless you distribute the debug runtime dlls (against the EULA of MSVC) "Frank Vasquez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm using the C++ binding and I'm getting runtime errors about > MSVCP60D.DLL and MSVCRTD.DLL not being found. I believe these are > outdated DLLs required by MS Dev Studio 6. We are using version 7.1 so > these DLLs aren't installed. I've heard there's been some work done on > the C++ binding in recent Cache installation kits. We're still using > Cache 5.0.5. Will installing Cache 5.0.10 get rid of these DLL > dependencies? > > -Frank >
