Hello, I am trying to compile a project (namely, mpeg7 xm reference software). It gives a compilation error: "Imagick.lib" could not be found.
The project needs ImageMagick 4.2.* c-api, so I downloaded it from here: http://sourceforge.net/projects/imagema ... es/4.x/4.2
But there weren't an Imagick.lib file. I compiled "Magick++.dsw" but it wasn't created. How can I find or create it ?
Thanks in advance
Where is Imagick.lib file ?
Re: Where is Imagick.lib file ?
Imagick refers to the object-oriented PHP interface to ImageMagick. Is it looking for magick.lib? That's the name of the MagickCore library.
Re: Where is Imagick.lib file ?
This is the exact error: LINK : fatal error LNK1104: cannot open file "..\..\ImageMagick\lib\Imagick.lib"
But, it is worth trying to rename "magick.lib" and compile again. Where can I find this .lib file for the version 4.2.* ?
But, it is worth trying to rename "magick.lib" and compile again. Where can I find this .lib file for the version 4.2.* ?