Efferent-Health / fo-dicom.Codecs

Cross-platform Dicom native codecs for fo-dicom
Other
64 stars 22 forks source link

Update documentation about required runtime dependencies dicom.native.dll and Visual C++ Redistributable ver 14 #72

Closed MrBean2016 closed 2 weeks ago

MrBean2016 commented 2 weeks ago

If you do an install on a clean Windows you will get the error "Unable to load DLL 'Dicom.Native': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"

I investigated the dependencies using Dependency Walker and I noticed that Vcruntime140.dll is needed. Installing Visual C++ Redistributable 14.40.33810.0 solves the issue. ( https://aka.ms/vs/17/release/vc_redist.x64.exe )

This should be listed in the installation instructions.

jaime-olivares commented 2 weeks ago

That has been mentioned multiple times in the fo-dicom repository.

I just added a section in fo-dicom.Codec's README.

MrBean2016 commented 2 weeks ago

Great!