link to msvcr71.dll

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
 
C

Carl Daniel [VC++ MVP]

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
 

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

Top