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.