I moved my project from a Vista Machine to a XP machine. This code has been running fine.
Now I'm getiing an error "ActiveX component can't create object" on this line
The reference to "Microsoft Windows Image Acquisition Library v2.0" is set and seems fine.Code:Dim vecImage As WIA.Vector Dim ipStamp As WIA.ImageProcess Dim lngPixel As Long 'Load icon ResIndex into Vector. Set vecImage = New WIA.Vector <--- ERROR HAPPENS HERE
Any ideas? I must be missing something.
Thanks for any help




Reply With Quote