Page 1 of 1

[Code::Blocks][Windows] How to install Magick++ ?

Posted: 2016-04-22T02:45:12-07:00
by Kloss
Hello,

I cant figure how to install Magick++ on Code::Blocks on Windows.
Can one who has succedded make a step by step tutorial ?

So far, I installed ImageMagick-6.9.3-8-Q16-x64-dll.
linked the lib in the \ImageMagick-6.9.3-Q16\lib folder
and add the folder ImageMagick-6.9.3-Q16\include to the search directories.

But at the first :

Code: Select all

 InitializeMagick(*argv); 
I get a : [quote ]\workspace\test\main.cpp|82|undefined reference to `Magick::InitializeMagick(char const*)' [/quote]

I am a noob when it come to include library, please be gentle.

Re: [Code::Blocks][Windows] How to install Magick++ ?

Posted: 2019-03-19T16:59:00-07:00
by Asimov
Did you ever get this working, because I am having the same problem and need help getting it to work