Programming 530

Avoiding the MSVCR100.dll, MSVCP100D.dll, or MSVCR100D.dll is missing error

http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/ Statically Linking the DLLs Make sure you resolve it for both Release and Debug. The steps are slightly different. Release In Visual Studio, I went to the project Properties. I changed my Configuration to Release. I went under Configuration Properties | C/C++ | Code Generation Look at the Runtime Library setting. It is ..

Programming 2012.06.15