Jump to content

ie udf - warning


Recommended Posts

Just want to report a warning I get when using IE udf and running from F5 in scite


-> IE.au3 T3.0-2 Warning from function internal function __IEIsObjType, Cannot register internal error handler, cannot trap COM errors (Use _IEErrorHandlerRegister() to register a user error handler)

When I look at IE.au3 I see a comment that this function has been removed as there are no more fatal errors.

 

Link to comment
Share on other sites

I stopped the warning by commenting out the following line in my script

 

;Global $oErrorHandler = ObjEvent("Autoit.Error", "ComErrorHandler")

But do I lose out on error handling?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...