[Code::Blocks][Windows] How to install Magick++ ?
Posted: 2016-04-22T02:45:12-07:00
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 :
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.
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 am a noob when it come to include library, please be gentle.