prabirshrestha/dwm-win32

Dependency on debug version of library VCRUNTIME140D.dll

ciwchris opened this issue · 3 comments

When I try to run the application I receive the error:

The code execution cannot proceed because VCRUNTIME140D.dll was not found. Reinstalling the program may fix this problem.

Apparently the 'D' suffix implies a debug version of a library is being referenced. Referencing the release version will make the application more accessible to others.

ya even i am getting the same error

downloading the .dll file from here: https://www.dllme.com/dll/files/vcruntime140d_dll.html
and pasting it to both C:\Windows\System32 and C:\Windows\SysWOW64 worked for me

Please try the latest release which should now be using the release build.

https://github.com/prabirshrestha/dwm-win32/releases/tag/v0.0.17