Run program on other PC
Posted: 2011-01-14T03:03:18-07:00
Hi all,
I created a exe file by compiling and linking the example "wand.c" of MagickWand from http://www.imagemagick.org/script/magick-wand.php. The program works fine on my pc. But I like to run the created program on a pc which has no ImageMagick installed. So I copied the DLLs and the developed program to this PC in one folder. But there I get the following error C:\TEMP\testwand>Test Winter.jpg t.jpg test.c unknown 41 NoDecodeDelegateForThisImageFormat `Winter.jpg' @ error/constitute.c/ReadImage/532. It seams that the program can not find the coders. Is it possible to run the program on a pc where no ImageMagick is installed? How do I have to reference to the coder DLLs?
Thanks and regards,
Marcel
I created a exe file by compiling and linking the example "wand.c" of MagickWand from http://www.imagemagick.org/script/magick-wand.php. The program works fine on my pc. But I like to run the created program on a pc which has no ImageMagick installed. So I copied the DLLs and the developed program to this PC in one folder. But there I get the following error C:\TEMP\testwand>Test Winter.jpg t.jpg test.c unknown 41 NoDecodeDelegateForThisImageFormat `Winter.jpg' @ error/constitute.c/ReadImage/532. It seams that the program can not find the coders. Is it possible to run the program on a pc where no ImageMagick is installed? How do I have to reference to the coder DLLs?
Thanks and regards,
Marcel