Dependencies icon indicating copy to clipboard operation
Dependencies copied to clipboard

DependenciesGUI (x64) cannot find MSVCR100.dll, even when it's in the same directory

Open OpenShooter opened this issue 1 year ago • 0 comments

I'm attempting to get the dependencies of my app Analyze.exe on Windows 11. One dependency is cfitsio.dll, and it depends on MSVCR100.dll. All three of these files are in the same folder. DependenciesGUI (x64) shows an error "MSVCR100.dll module could not be found on disk".

So this is what I see in the Dependencies window:

Analyze.exe
   cfitsio.dll
      MSVCR100.dll
.
.
.

OpenShooter avatar Mar 22 '23 18:03 OpenShooter