Decaranging The Application Was Unable to Start (0xc000007b)

Hello everyone, when i’m trying to lauch decaranging_5p02.exe I got the error " The Application Was Unable to Start (0xc000007b)". I tried to reinstall visual c++ 2010, chdsk, scanf, enable .net framework , etc without success. Anyone got the same problem or have a guidance to help me ?

For those who have the same problem :
there are some dependencies that you can spot through GitHub - lucasg/Dependencies: A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues. .
One of mine was broken and uninstalling / installing again and again visual c++ have no effect.

Working way was to delete :
msvcp110.dll and msvcp110.dll from C:\Windows\System32 and C:\Windows\SysWOW64

and then run Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update to repair the missing file.

Hope this post will help someone in the future.