in reply to Re: Image::Magick on Windows!
in thread Image::Magick on Windows!

Thank you!

I have used the repository to install the full version of the Image::Magick module (containing the dlls). I am using ActiveState Perl 5.8.1.807 as you suggested NOT to....is this the reason that the module doesn't appear to be working well?
"No matter where you go, there you are." Jeff Pflueger - Struggling Perl knowledge sponge

Replies are listed 'Best First'.
Re: Re: Re: Image::Magick on Windows!
by dree (Monsignor) on Nov 29, 2003 at 00:13 UTC
    > is this the reason that the module doesn't appear to be working well?

    I think so. AS Perl 807 is Perl 5.8.1 that is not fully binary compatible with Perl 5.8.0. You need to recompile the modules thas use XS (with AS Perl usually with MS Visual C++).