Posted
over 9 years
ago
by
Björn
I found the reason for this error. The cppcheck installer pushes a 64bit DLL into the Windows/SysWOW64 folder. Uninstall the vc 2015 redistributables for x86, then go to the Windows/SysWOW64 forlder and manually delete the msvcp140.dll file. Then
|
Posted
over 9 years
ago
by
Greg Smith
cpp check 1.71 kills VS 2015. I am kicking myself for allowing cppcheck to update VS2015. I am now struggling to get vs2015 repaired. If you are using VS2015 DO NOT DOWNLOAD cppcheck 1.71 until this issue is fixed.
|
Posted
over 9 years
ago
by
Simon Martin
cppcheck GUI (x64) does not start under Win7 with error code 0xc0000007b.
Installing redistributable package for VS2015 did not fix this.
|
Posted
over 9 years
ago
by
Brett Rowbotham
x64 build for 1.71 includes 32 bit build of cppcheckgui.exe and not 64 bit version.
|
Posted
over 9 years
ago
by
Ken Paulson
The x64 build for windows seems to require WinRT DLLs so it won't run on Windows 7.
|
Posted
over 9 years
ago
by
Daniel Marjamäki
Cppcheck-1.71 has been released
General changes:
- The deprecated options --suppressions and --exitcode-suppressions have been removed
- .hh and .hxx files are now treated as C++ files
- Improved documentation (readmes and manuals)
- Internal errors
|
Posted
almost 10 years
ago
by
Daniel Marjamäki
This is not a good place to report installation problems. Use the Cppcheck issue tracker instead: http://trac.cppcheck.net
|
Posted
almost 10 years
ago
by
Daniel Marjamäki
Thanks! It should be installed automatically by the installer. If you're good at Wix feel free to take a look at our script and see if you can tell us why that did not work.
|
Posted
almost 10 years
ago
by
Colin D Bennett
On Windows 7 (64-bit), I found that after installing the Cppcheck 1.70 MSI, the Cppcheck.exe program would note start. A dialog box was displayed, saying the program can't start [...] msvcp140.dll
Install the Microsoft Visual C++ Redistributable for Visual Studio 2015 to fix this. https://www.microsoft.com/en-us/download/details.aspx?id=48145
|
Posted
almost 10 years
ago
by
Bassam Abdul-Baki
Thanks! That did the trick.
For NON-ADMIN Users:
Download the correct OS version executable instead of just downloading the default MSI executable.
Unzip somewhere and rename all DLLs to their right names. Rename "_" to "-" for the API DLLs and
|