Tech Support > Microsoft Windows > Development Resources > Run-time libraries
Run-time libraries
Posted by Boris Dynin on September 25th, 2003


Hello,

I have a question about msvcp70.dll and msvcr70.dll. My program (built
with VC++ 7.0) uses these 2 dlls. However, they aren't included with Windows
(2000, XP, or 2003). Am I supposed to distribute them as part of my
installation? Should I put them into local or into system32 directory?

Thanks,
Boris


Posted by William Mahoney on September 27th, 2003


Hello, Boris!
You wrote on Thu, 25 Sep 2003 21:52:43 GMT:

BD> I have a question about msvcp70.dll and msvcr70.dll. My program
BD> (built with VC++ 7.0) uses these 2 dlls. However, they aren't
BD> included with Windows (2000, XP, or 2003). Am I supposed to
BD> distribute them as part of my installation?

Yes. Otherwise you should link the libraries statically to your executable.

BD> Should I put them into local or into system32 directory?

No matter...

WMP is now playing: BST Definitive Collection 1997 - Track 22

....Don't give in without a fight...

With best regards, William Mahoney.



Similar Posts