Error on every command
Posted: 2014-06-19T15:15:04-07:00
Hi,
I'm using VB 6.0, I has refered this ImageMagick dll and I use this as follow
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
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
Error -2147215503 (80041771) en tiempo de ejecucion
This Error appears with every Convert choice
What's wrong ?
Best Regards
Pablo