You are here

[Fixed] CppCheck portable v1.72 dependencies missing

5 posts / 0 new
Last post
usr20160203
Offline
Last seen: 5 months 4 days ago
Joined: 2016-02-03 16:37
[Fixed] CppCheck portable v1.72 dependencies missing

Solved: CppCheck portable v1.72 does not work. (See solution down below)

When executing CppcheckPortable.exe: The PortableApps splash screen is opening and closing. That's it.

When executing \App\Cppcheck\cppcheckgui.exe I'm getting this error message (German):
Der Prozedureinsprungpunkt "ucrtbase.getenv" wurde in der DLL "api-ms-win-crt-environment-l1-1-0.dll" nicht gefunden.

English translation:
Procedure jump point "ucrtbase.getenv" not found in "api-ms-win-crt-environment-l1-1-0.dll"

Screenshots of the error message:
http://i.imgur.com/FNbh3FR.png
http://i.imgur.com/b5lzkwJ.png

OS: Windows 7 SP1 x64; Windows XP SP3 x86
Install Path: I have tried different paths (Desktop, programs folder, different drive)
User: User with admin rights.
Type of install: Both upgrade and new install
Previous versions: v1.70 and lower were working fine (PortableApps)

Solution: Install "Visual C++ Redistributable for Visual Studio 2015"
See also: https://www.smartftp.com/support/kb/the-program-cant-start-because-api-m...

[[Bug] added to title, adjusted to clarify problem - mod GC]

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 4 months 4 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
Confirmed

I can confirm the bug on Win 10 x64, standard install.

Dependency Walker complains about numerous missing dependencies, however I can't check right now if the above-mentioned solution fixes them all.

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 28 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Updated Version

It's possible an updated version of the library is required, because all required files are included. I'll check.

Sometimes, the impossible can become possible, if you're awesome!

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 28 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed in 1.72 Rev 2

This is fixed in today's release.

Sometimes, the impossible can become possible, if you're awesome!

usr20160203
Offline
Last seen: 5 months 4 days ago
Joined: 2016-02-03 16:37
Well done, you are awesome!

Well done, you are awesome!

Log in or register to post comments