ingonline Posted June 27, 2008 Posted June 27, 2008 Hi Everybody, I'm not able to call the class MODI. If I launch the following script: CODE$identificativo = ObjCreate("MODI.document") if $identificativo = 0 Then MsgBox(0,"errore","I can't call the Class") Else MsgBox(0,"tutto ok","it Works!") EndIf It says "errore". I used the "OLE/COM Object Viewer" to find the object. I found it, but when I try to view the "type information" a popup message says: CoGetCIessObject failed <No system message defined> REGDB_CLASSNOTREG ($80040154) Any suggests? P.S.: sorry for my bad English
monoceres Posted June 27, 2008 Posted June 27, 2008 Hi!ptrex has made a whole OCR UDF with the MODI interface.Check it out: http://www.autoitscript.com/forum/index.php?showtopic=50608 Broken link? PM me and I'll send you the file!
ingonline Posted June 27, 2008 Author Posted June 27, 2008 Hi!ptrex has made a whole OCR UDF with the MODI interface.Check it out: http://www.autoitscript.com/forum/index.php?showtopic=50608The problem was born just from that topic!Thank you for replyng me!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now