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

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
Cornan

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

Post 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!
Post Reply