Skip to content Skip to sidebar Skip to footer

Dll Load Failed, Not A Valid Win32 App Showing For Both X86 & X64 Dlls

Trying to run the latest version of heatmap. http://jjguy.com/heatmap/ DLL load keeps crapping out on me in both 64 & 32 bit dlls. (Similar questions on this seemed irrelevant

Solution 1:

Do you have this dll? C:\Windows\System32\msvcr110.dll

Copying the dll from another computer fixed the problem for me, not sure how.

Solution 2:

Resolved. Blank DLL files were created by the build.bat because the environment variable vcinstalldir is blank if a full version of visual studio isn't installed. DLLs were blank, filesize 0KB

Loaded clean DLLs from github. Filesize 9 & 10kb.

Heatmap library imports & functions as designed.

Post a Comment for "Dll Load Failed, Not A Valid Win32 App Showing For Both X86 & X64 Dlls"