Dave's Brain

Browse - programming tips - avoid dependence on msvcr80d dll

Date: 2010jan19
Environment: Visual Studio C++ 2005
Language: C/C++
Keywords: static link

Q.  How can my DLL or EXE avoid dependence on MSVCR80D.DLL?

A.  You need to change

	Project > Properties > Configuration Properties > C/C++ > Code Generation > Runtime Library

to something that does not include "DLL".

Also take a look at 

	Project > Properties > Configuration Properties > General

to statically link with MFC if you wish.
What this info useful to you? You can donate to say thanks

Add a comment

Sign in to add a comment
Copyright © 2008-2012, dave - Code samples on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License. However other material, including English text has all rights reserved.
Advertisements: