Page 1 of 1

InitializeMagick not working on windows

Posted: 2018-04-15T09:22:01-07:00
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!