Some problem with Magick.Native-Q16-HDRI-x64.dll #18
Unanswered
Plamonster
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am sorry but I cannot assist you with this. You will need to check the build scripts in my projects and try to replicate that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Now that I have successfully built both Magick.Native and .Net (see yesterday discussion #16), I'm not able to use them in my solution :(
I got an exception thrown by
var imageInfo = new MagickImageInfo(wSourcePath);
The inner exception is :
_innerException = {"Unable to load DLL 'Magick.Native-Q16-HDRI-x64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
I tried to add Magick.Native-Q16-HDRI-x64.dll as a reference in my solution, but I can't as it is a C++ dll.
I see in the Magick.Net MagickImage class that a bunch of DLLImport are used.
I manually copied the Magick.Native-Q16-HDRI-x64.dll file from my <Magick.Native.Folder>\src\Magick.Native\bin\ReleaseQ16-HDRI\x64\ to the <Magick.NET.Fodler>\src\Magick.Native\libraries\win.
Is this correct?
Any Hint?
Beta Was this translation helpful? Give feedback.
All reactions