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