Visual C++ executable and missing MSVCR100d.dll

You definitely should not need the debug version of the CRT if you’re compiling in “release” mode. You can tell they’re the debug versions of the DLLs because they end with a d. More to the point, the debug version is not redistributable, so it’s not as simple as “packaging” it with your executable, or … Read more

error LNK2005: xxx already defined in MSVCRT.lib(MSVCR100.dll) C:\something\LIBCMT.lib(setlocal.obj)

You are mixing code that was compiled with /MD (use DLL version of CRT) with code that was compiled with /MT (use static CRT library). That cannot work, all source code files must be compiled with the same setting. Given that you use libraries that were pre-compiled with /MD, almost always the correct setting, you … Read more

WAMP shows error ‘MSVCR100.dll’ is missing when install

The MSVCR100.dll file is part of the Microsoft Visual C++, redistributables. You can install them and see if this solves your problem. After you install the above check if your wamp installation is correctly setup. Search for “my wamp icon stays orange” posts. UPDATE 2019 Wampserver 3 requires Visual C++ Redistributable for Visual Studio 2012 … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)