Hi, All
I can not register ImageMagickObject.dll either during installation process with corrisponding box set or with regsvr32.exe. In the later case I get a message about impossibility to load the module, even if I give the full path in the command line. In the former case I get "C:\Program Files\ImageMagick-6.7.6-Q16\ImageMagickObject" directory only with "test" subdirectory and "ReadMe.txt" file. The ImageMagickObject.dll file is in "C:\Program Files\ImageMagick-6.7.6-Q16" directory and I can open it with Object Browser and see its contents. But any script that uses it (in fact the SimpleTest.vbs) gives an error attempting to create the object (Set img = CreateObject("ImageMagickObject.MagickImage.1")).
So, does anybody know what is wrong or how to fix it?
Thanks in advance!
Problems with ImageMagickObject
Re: Problems with ImageMagickObject
Try placing the ImageMagickObject.dll in your windows/system32 folder and then regsrv it.
Windows 7 user
Re: Problems with ImageMagickObject
I've alredy done it. The result is same.Werty wrote:Try placing the ImageMagickObject.dll in your windows/system32 folder and then regsrv it.
I can see its contents perfectly with Object Brouser but I can't register it. Is not this strange? Has not anyone else met the same problem?
Re: Problems with ImageMagickObject
Hi, I am experiencing the same thing, and did a quick test with Autoit...
The error seems to be due to a missing DLL file: IM_MOD_RL_aai_.dll
This error causes COM to fail. Anywhere I can download this DLL?
The error seems to be due to a missing DLL file: IM_MOD_RL_aai_.dll
This error causes COM to fail. Anywhere I can download this DLL?
Re: Problems with ImageMagickObject
OK... the required dlls are here: C:\Program Files (x86)\ImageMagick-6.7.6-Q16\modules. Putting them in the same directory, rereg and still no success.
My Machine :Windows 7 64, using ImageMagick Q16 latest win x86 build.
Dependency walker finds 2 errors:
ieshims.dll not found
Mismatching processor architecture, My system files are x64 and the IM dlls are x86.
Is there a problem with the 32 bit version on a 32bit processor? It seems to be a linking issue for x64...
Can somebody with more experience than myself have a look please?
My Machine :Windows 7 64, using ImageMagick Q16 latest win x86 build.
Dependency walker finds 2 errors:
ieshims.dll not found
Mismatching processor architecture, My system files are x64 and the IM dlls are x86.
Is there a problem with the 32 bit version on a 32bit processor? It seems to be a linking issue for x64...
Can somebody with more experience than myself have a look please?
Re: Problems with ImageMagickObject
Please download the x64 version for Windows 7 x64
http://www.imagemagick.org/script/binar ... hp#windows
http://www.imagemagick.org/script/binar ... hp#windows
Re: Problems with ImageMagickObject
Does the X64 resolved the problem?
I'm in the same situation..
Nems.
I'm in the same situation..
Nems.