Search found 1 match
- 2011-05-07T04:16:08-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Method 'Convert' of object 'IMagickImage' failed
- Replies: 9
- Views: 46204
Re: Method 'Convert' of object 'IMagickImage' failed
Hi, First, you have to add a reference in VB to "ImageMagikObject 1.0 Type Library". In VB6 menu: Project, References... Very important: Then in your code, do not "dim" your object as a ImageMagickObject.MagickImage or MagickImage but as a simple Object Don't forget to "set" this object. For example ...