Search found 4 matches

by Marcel
2011-01-14T03:03:18-07:00
Forum: MagickWand
Topic: Run program on other PC
Replies: 1
Views: 9679

Run program on other PC

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 ...
by Marcel
2011-01-13T07:21:22-07:00
Forum: MagickWand
Topic: Using ImageMagick in Dev C++
Replies: 9
Views: 33988

Re: Using ImageMagick in Dev C++

After reinstalling ImageMagick everything works fine :D
Thanks for your support
by Marcel
2011-01-13T06:37:36-07:00
Forum: MagickWand
Topic: Using ImageMagick in Dev C++
Replies: 9
Views: 33988

Re: Using ImageMagick in Dev C++

I have included MagickWand library by adding it to the linker parameters in project options. http://img5.imagebanana.com/img/lexl2qk3/wandlib.png I clicked on "Add Library or Object" and selected "CORE_RL_magick_.lib" and "CORE_RL_wand_.lib" from the lib directory of Im...
by Marcel
2011-01-13T04:22:49-07:00
Forum: MagickWand
Topic: Using ImageMagick in Dev C++
Replies: 9
Views: 33988

Re: Using ImageMagick in Dev C++

Hi all, hi xt5, I also want to use Dev C++ and followed your 2 steps. Compiling my code then works fine, but I still get many linking errors e.g. [Linker error] undefined reference to `MagickReadImage' . See this two pictures of my configuration: http://www.imgbox.de/show/img/ZRoJDSKbbH.png/ http://...