Page 1 of 1

6.4.6-7 problems

Posted: 2008-11-30T12:57:33-07:00
by el_supremo
I've just installed the new 6.4.6.7 Q8 DLL.
I recompiled a couple of programs against this new version and have a couple of problems.
MagickSetImagePage is in magick-image.c (the current SVN version) but is not declared in magick-image.h file (in the distribution or SVN), so the compiler says it is undeclared and assumed to be returning an integer.
MagickGetImagePixelColor has the opposite problem. It is declared in magick-image.h but it does not exist in the current SVN magick-image.c nor is it in the 6.4.6-7 .lib so the compiler kicks it as an unresolved reference.

Pete

Re: 6.4.6-7 problems

Posted: 2008-11-30T13:12:31-07:00
by magick
We have fixed the problems you reported. Look for a patch by sometime tomorrow in ImageMagick 6.4.6-8. Thanks.