JeremyBOB Posted July 2, 2013 Posted July 2, 2013 (edited) I've done some searching, and I've read through the DLL calls, but I haven't found anyone able to answer this yet. Is there a way to compile/execute a full script via a DLL, instead of having to have aut2exe.exe installed? i.e. can I perform similar functionality for running a script via a single DLL call? My apologies if I missed this in the DLL reference documentation. [EDIT] Apparently I was reading function reference. However saying that I've had a look at the dll exports, and I still don't see any function that isn't referenced by the normal function documentation. other than "AU3_RunAsSet", which seems to be undocumented. Edited July 2, 2013 by JeremyBOB
JohnOne Posted July 2, 2013 Posted July 2, 2013 No, you cannot compile an autoit script with a dll call Is there a way to compile/execute a full script via a DLL, instead of having to have aut2exe.exe installed? No. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Richard Robertson Posted July 2, 2013 Posted July 2, 2013 There are no issues however with including a copy of aut2exe.exe with your project though as long as you retain all the copyrights and licenses that the AutoIt installation/zip file contains.
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