Where is Imagick.lib file ?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
waoslpf
Posts: 2
Joined: 2011-02-24T06:24:10-07:00
Authentication code: 8675308

Where is Imagick.lib file ?

Post by waoslpf »

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Where is Imagick.lib file ?

Post by magick »

Imagick refers to the object-oriented PHP interface to ImageMagick. Is it looking for magick.lib? That's the name of the MagickCore library.
waoslpf
Posts: 2
Joined: 2011-02-24T06:24:10-07:00
Authentication code: 8675308

Re: Where is Imagick.lib file ?

Post by waoslpf »

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.* ?
Post Reply