Running ImageMagick apps on target machines

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
at_p

Running ImageMagick apps on target machines

Post by at_p »

I have developed an application on my workstation (Win32) where ImageMagick was installed with a build. I am having trouble running the application on a laptop with a ImageMagick-6.4.5-0-Q16-windows-dll.exe installation (no development environment on the laptop). It crashes with entry point errors in CORE_RL_Magick++_.dll
I tried debug and release versions with no success. I would really appreciate some help on this.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Running ImageMagick apps on target machines

Post by magick »

First find a point of sanity. Go to c:\Program Files\ImageMagick-6.4.5-Q16\Magick++_demos. Build the button workspace. Now execute it to make sure it completed without complaint. Now try the button application on your laptop. Does that work? If so, use it as a model for your own application.
at_p

Re: Running ImageMagick apps on target machines

Post by at_p »

I did run the button.exe on the workstation fine but the laptop yielded the same results as before with the following message.

The procedure entry point ?compressType@Image@Magick@QAEXW4CompressionType@MagickLib@@@Z could not be located in the dynamic link library CORE_RL_Magick++.dll

By the way, after installing on the laptop I did do the recommended install test successfully...
Post Reply