MSVCR71D.DLL Missing ?!!

  • Thread starter Thread starter Franck
  • Start date Start date
F

Franck

Hi
Hi created an ATL project under VS.net2003. Then I deployed my dll on
another machine with the framework 1.1.
When I try to register my dll, MSVCR71D.DLL depedency is missing. What
should i do ?

Thanks
 
Build your project in release mode. MSVCR71D.dll is the debug version of VC
runtime. Likely your other machine will only has retail version MSVCR71.dll.
 
Back
Top