InitializeMagick not working on windows

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
Nicknamed
Posts: 1
Joined: 2018-04-14T03:57:42-07:00
Authentication code: 1152

InitializeMagick not working on windows

Post by Nicknamed »

Hi everybody,

I am trying to build a library that depends on magick++. Everything works fine if I do not call the function InitializeMagick() and I put the xmls in the exe folder. If I do call it, everything works still fine, but it keeps looking only in the exe folder: it looks like it doesn't care whether I do call the function or not. Indeed if I move the xmls files the exe does not run anymore. I have no idea where to start to solve the problem. Does anybody have any suggestion?

Thanks in advance!
Post Reply