[RESOLVED] Create object error
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
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
The reference to "Microsoft Windows Image Acquisition Library v2.0" is set and seems fine.
Any ideas? I must be missing something.
Thanks for any help