link to msvcr71.dll

  • Thread starter Thread starter David Potahisnsky
  • Start date Start date
D

David Potahisnsky

Hi everyone!

I am working with C++ .NET. In this environment I have activeX.

During registration on new computer without .NET framework dll cries about
missing msvcr71.dll. When I put this dll on system path dll can pass
registration.

Does anybody know how can I compile dll in way that it will not require CRT
dlls?



Thank you, David Potahinsky
 
David said:
Hi everyone!

I am working with C++ .NET. In this environment I have activeX.

During registration on new computer without .NET framework dll cries
about missing msvcr71.dll. When I put this dll on system path dll can
pass registration.

Does anybody know how can I compile dll in way that it will not
require CRT dlls?

Choose one of the static CRT options in Project|Properties|C++|Code
Generation.

-cd
 
Back
Top