Skip to content

unable to load Dicom.Native-win-x64.dll #1747

Discussion options

You must be logged in to vote

It might be sufficient, but I would not recommend it. The whole VC++ redistributable is not large, it's only a few DLLs, so it should not be a problem spacewise.

Copying the DLLs manually into the application directory has a few disadvantages:

  • you won't get updated versions, for example with security fixes
  • the DLLs would not be protected (e.g. automatically copied back if damaged)
  • for the next application that needs them, you would have to duplicate them in that application directory again
  • the next version of fo-dicom (or even the current one) may need more of the DLLs that are not directly shown as dependent

There are probably more reasons, but you get the gist...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@erlaxmikantha
Comment options

@mrbean-bremen
Comment options

Answer selected by erlaxmikantha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants