Search found 2 matches

by waoslpf
2011-02-24T10:42:11-07:00
Forum: Developers
Topic: Where is Imagick.lib file ?
Replies: 2
Views: 5733

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.* ?
by waoslpf
2011-02-24T08:33:15-07:00
Forum: Developers
Topic: Where is Imagick.lib file ?
Replies: 2
Views: 5733

Where is Imagick.lib file ?

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/imagemagick/files/old-sources/4.x/4.2 But there ...