Image Magick++ in Devc++

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
monicca
Posts: 1
Joined: 2012-01-10T18:26:42-07:00
Authentication code: 8675308

Image Magick++ in Devc++

Post by monicca »

Dear all member

I was trying crop and chop image using Image Magick++ but i got linker error. i used Dev c++ to compile it.

[Linker error] undefined reference to `Magick::InitializeMagick(char const*)'
[Linker error] undefined reference to `Magick::InitializeMagick(char const*)'
[Linker error] undefined reference to `Magick::Geometry::~Geometry()'

it seem like i fail to link the Imagemagick library into my Dev c++. Anybody can help me..Really appreciate it.

Thanks
Post Reply