jdelaney Posted September 10, 2014 Posted September 10, 2014 (edited) One of our internal dll's is no longer able to be called with AutoIt. That's not the issue, we will correct it, what is the issue is the script blows up. We initiate each script (which runs as an exe) with /ErrorStdOut, which should suppress such errors, I would think. I would just initate the dll call as a new process, but since it returns an array, I'd have to have a wrapping script, and not just a Run /AutoIt3ExecuteLine, to pass back, or write out the array as a string. Any workarounds, outside of calling another script that will blow up, so the current can go uninterupted? Edited September 10, 2014 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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