Page 1 of 1

Running ImageMagick apps on target machines

Posted: 2008-10-30T10:10:57-07:00
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.

Re: Running ImageMagick apps on target machines

Posted: 2008-10-30T10:17:06-07:00
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.

Re: Running ImageMagick apps on target machines

Posted: 2008-10-30T10:37:03-07:00
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...