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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top