Page 1 of 1

How to install ImageMagick on windows for Visual Studio 2015

Posted: 2016-08-31T06:01:28-07:00
by sadasar
Hello,

I dowloaded and successfully installed the binary files. But I cannot include the header Magick++.h in my VC++ project. I added in the property page C/C++ ---> General ---> Additional Include directories C:\Program Files\ImageMagick-7.0.2-Q16\include and also in Linker ---> Additional Dependancies I added X11.lib, CORE_RL_magick_.lib, CORE_RL_Magick++_.lib, CORE_RL_wand_.lib. But when I add #include <Magick++.h> I get cannot open source Magick++.h.

Do have to do something else ?

Thanks

Re: How to install ImageMagick on windows for Visual Studio 2015

Posted: 2016-08-31T07:10:15-07:00
by sadasar
I solved the problem

Re: How to install ImageMagick on windows for Visual Studio 2015

Posted: 2016-08-31T13:51:51-07:00
by dlemstra
Would you mind telling us what you did so this will help someone who also runs into this?