sorry I am not an expert on this. I can't say what is wrong. I'll try to reach somebody who is better than I. But if anybody has suggestions about how to fix this please let us know..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've opened a ticket regarding the missing MSVCP140.dll: http://trac.cppcheck.net/ticket/6980
Simply installing the VS2015 redistributables dit it, but PKEuS said it should be delivered with the setup of cppcheck, so something seems to be wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know about that update, but on my Win7 computer I got the English language version of the error in the first post whenever I tried to launch CppCheck. Installing the VS2015 runtime allowed me to run CppCheck, I didn't have to bother with any other updates.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Windows 7 computer I tested with did have kb2999226 installed so I uninstalled it and then I could no longer launch CppCheck. After a reboot it still wouldn't launch so I installed that patch again and then CppCheck worked again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
cppcheckgui.exe - Системная ошибка
Запуск программы невозможен, так как на компьютере отсутствует api-ms-win-crt-runtime-l1-1-0.dll. Попробуйте переустановить программу.
ОК
Same issue here also in Win7/64-bit.
sorry I am not an expert on this. I can't say what is wrong. I'll try to reach somebody who is better than I. But if anybody has suggestions about how to fix this please let us know..
If it helps, I noticed cppcheck is now installed in "c:\Program Files" instead of "c:\Program Files (x86)" .
Are you running Windows XP, or something newer?
The thread title indicates Windows 7, but this looks more like a problem with not having a required Visual C++ runtime installed or it's not working:
https://www.smartftp.com/support/kb/the-program-cant-start-because-api-ms-win-crt-runtime-l1-1-0dll-is-missing-f2702.html
Ah, yes, I did not read the thread title. Missing runtime is usually indicated by not finding msvcrt140.dll, so it doesn't look like the same issue.
Problem confirmed, VS 2015 Redist. was missing. Can be installed from M$ here:
https://www.microsoft.com/en-us/download/details.aspx?id=48145
I've opened a ticket regarding the missing MSVCP140.dll: http://trac.cppcheck.net/ticket/6980
Simply installing the VS2015 redistributables dit it, but PKEuS said it should be delivered with the setup of cppcheck, so something seems to be wrong.
Is it possible that this (optional) update is required: https://support.microsoft.com/en-us/kb/2999226 ?
I don't know about that update, but on my Win7 computer I got the English language version of the error in the first post whenever I tried to launch CppCheck. Installing the VS2015 runtime allowed me to run CppCheck, I didn't have to bother with any other updates.
The runtime installer should trigger the installation of the update, afaik.
The Windows 7 computer I tested with did have kb2999226 installed so I uninstalled it and then I could no longer launch CppCheck. After a reboot it still wouldn't launch so I installed that patch again and then CppCheck worked again.