Hi guys,
I've written a script which opens a page, reads and then splits the text and then sends that text in skype. Everything works fine, but after I include Skype.au3, the script crashesh - right after IE opens (which is the 1st thing to do).
--> IE.au3 V2.4-0 Warning from function internal function __IEIsObjType, Cannot register internal error handler, cannot trap COM errors (Use _IEErrorHandlerRegister() to register a user error handler)
AFAIK, the problem comes from this line :
Global $oError = ObjEvent("AutoIt.Error", "Skype_Error") (#17, Skype.au3) but can't find a way to fix it.
I'll be glad if someone gives me a hint
I've written a script which opens a page, reads and then splits the text and then sends that text in skype. Everything works fine, but after I include Skype.au3, the script crashesh - right after IE opens (which is the 1st thing to do).
--> IE.au3 V2.4-0 Warning from function internal function __IEIsObjType, Cannot register internal error handler, cannot trap COM errors (Use _IEErrorHandlerRegister() to register a user error handler)
AFAIK, the problem comes from this line :
Global $oError = ObjEvent("AutoIt.Error", "Skype_Error") (#17, Skype.au3) but can't find a way to fix it.
I'll be glad if someone gives me a hint
![:)](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/smile.png)