Error on every command

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
chiaravel
Posts: 1
Joined: 2014-06-19T14:48:07-07:00
Authentication code: 6789

Error on every command

Post by chiaravel »

Hi,

I'm using VB 6.0, I has refered this ImageMagick dll and I use this as follow

Code: Select all

Public Sub Convert
     Dim ImgX as Object

     Set ImgX = CreateObject("ImageMagickObject.MagickImage.1")
     ImgX.Convert "c:\chf.bmp", "-resize=724x300", "c:\chf.jpg"
End Sub
And I had this Error

Error -2147215503 (80041771) en tiempo de ejecucion

This Error appears with every Convert choice

What's wrong ?

Best Regards

Pablo
spieler
Posts: 47
Joined: 2004-10-08T09:03:16-07:00
Location: Iowa

Re: Error on every command

Post by spieler »

Since you're running from VB6, you may need to install the 32 bit version and not the 64 bit version.
Post Reply