Page 1 of 1

32-bit ImageMagickObject on 64-bit Windows and classic ASP

Posted: 2010-06-15T11:29:11-07:00
by Cornan
I have a website set up under Windows 7 IIS with "32 bit applications" enabled in the application pool. In other words I am running "classic ASP" in 32-bit mode.

I can install ImageMagick and the tests for the .EXE work, but I can't load the ImageMagickObject in code (remember, it's running in 32-bit mode).

In some cases one can work-around issues like these using the following:
>CD \windows\syswow64
>REGSVR32.EXE {full path to ImageMagickObject.dll}

And while the registration worked, the dll still doesn't load.

Can anybody help me to get the 32-bit DLL registered and loaded?

Thanks!