Browse - programming tips - avoid dependance on msvcr80d dllDate: 2010jan19 Environment: Visual Studio C++ 2005 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.
Add a commentSign in to add a comment |