Search found 3 matches

by fdorfman
2016-04-29T01:40:40-07:00
Forum: Users
Topic: Struggling to Install the Type Library
Replies: 3
Views: 3675

Got It.

From a response on the Embarcadero forums ( https://forums.embarcadero.com/thread.jspa?threadID=210660 )

Know nothing about that library, but Delphi is a 32-bit development
environment, it will not recognise 64-bit DLLs. So you need to install
a 32-bit version of ImageMagick to get the type ...
by fdorfman
2016-04-29T01:22:44-07:00
Forum: Users
Topic: Struggling to Install the Type Library
Replies: 3
Views: 3675

registering the DLL

Apparently the installation did NOT register it. I did.

After copying the IM dll file into C:\WINDOWS\system32, I executed:
C:\WINDOWS\system32> regSvr32 ImageMagickObject.dll
and RegSvr32 responded with DllRegisterServer in ImageMagickObject.dll succeeded .

And that seemed promising.

BUT:

(1 ...
by fdorfman
2016-04-28T21:51:40-07:00
Forum: Users
Topic: Struggling to Install the Type Library
Replies: 3
Views: 3675

Struggling to Install the Type Library

First-time user here. I just installed from ImageMagick-6.9.3-8-Q16-x64-dll.exe onto a Windows 10 machine.

The install is okay as far as command-line usage.

Now I want to import the Type Library (ImageMagickObject.dll) into Delphi (v10 Seattle Update 1). I don't think my problem is Delphi-specific ...