Search found 2 matches

by sw-dev
2011-05-23T05:45:49-07:00
Forum: Magick++
Topic: unable to get magick++ work
Replies: 2
Views: 15572

Re: unable to get magick++ work

linux .. i have to use this library for webos painting app development ...
do i need to install imagemagick.exe on webos mobile also ? if so ,how will i install imagemagick it on the mobile device ... plam webos has linux os..
and when i am using this commad

set SRC=plugin\simple.cpp
set OUTFILE ...
by sw-dev
2011-05-23T04:46:04-07:00
Forum: Magick++
Topic: unable to get magick++ work
Replies: 2
Views: 15572

unable to get magick++ work

i want to include imagemagick's magick++ library in my project

but after including the header files
i am getting the error when i just declare an Image object
Image image;

simple.cpp:(.text+0x14c): undefined reference to `Magick::Image::Image()'
simple.cpp:(.text+0x268): undefined reference to ...