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

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
Kloss
Posts: 1
Joined: 2016-04-22T02:17:09-07:00
Authentication code: 1151

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

Post 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.
Asimov
Posts: 2
Joined: 2019-03-19T16:19:42-07:00
Authentication code: 1152

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

Post by Asimov »

Did you ever get this working, because I am having the same problem and need help getting it to work
Post Reply