Hello all,
I've found the solution for my problem.
There is a registry key "[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ImageMagick\7.0.6\Q:16]" where I have to set the key "BinPath" to my "...\Common Files\MyCompany\MyProject" folder instead of the installation path.
Now it's working. :D
Search found 4 matches
- 2017-07-18T00:25:23-07:00
- Forum: Magick++
- Topic: ErrorMissingDelegate at Memory Location
- Replies: 7
- Views: 39536
- 2017-07-17T23:40:53-07:00
- Forum: Magick++
- Topic: ErrorMissingDelegate at Memory Location
- Replies: 7
- Views: 39536
Re: ErrorMissingDelegate at Memory Location
[@ snibgo : Thanks for the hint, but it seems not to be I'm looking for.
I expect something with all DLL's from ImageMagick running my application. e.G.: IM_MOD_TL_****.dll and CORE_RL_****.dll within a folder "\modules\coders".
I expect something with all DLL's from ImageMagick running my application. e.G.: IM_MOD_TL_****.dll and CORE_RL_****.dll within a folder "\modules\coders".
- 2017-07-17T03:09:41-07:00
- Forum: Magick++
- Topic: ErrorMissingDelegate at Memory Location
- Replies: 7
- Views: 39536
Re: ErrorMissingDelegate at Memory Location
@ snibgo : What do you mean with "portable version"? What is this? Where can I get it?
I'm using "ImageMagick-7.0.6-0-Q16-x86-dll.exe" it is working.
But using all DLL's in a new separate folder and rename (or delete) the Installation path of "ImageMagick-7.0.6-0-Q16-x86-dll.exe" I got the ...
I'm using "ImageMagick-7.0.6-0-Q16-x86-dll.exe" it is working.
But using all DLL's in a new separate folder and rename (or delete) the Installation path of "ImageMagick-7.0.6-0-Q16-x86-dll.exe" I got the ...
- 2017-07-13T00:08:36-07:00
- Forum: Magick++
- Topic: ErrorMissingDelegate at Memory Location
- Replies: 7
- Views: 39536
Re: ErrorMissingDelegate at Memory Location
Did you find a solution in the meantime?
I get the same error running my Application using ImageMagick.
I copied all needed DDL's into the folder "c:\Program Files (x86)\Common Files\MyCompany\MyApp".
I got alway this error.
The reason is this code:
// Read PBM file from disk
Image image ...
I get the same error running my Application using ImageMagick.
I copied all needed DDL's into the folder "c:\Program Files (x86)\Common Files\MyCompany\MyApp".
I got alway this error.
The reason is this code:
// Read PBM file from disk
Image image ...