DmitryKa Posted September 16, 2010 Share Posted September 16, 2010 Is there any way to embed the AutoIt INTERPRETER into my C++ code? I'd like to have something like AU3_API void WINAPI AU3_Eval(LPWSTR szAutoItBasicScript); So, I want to execute an AutoIt script from C++ (this script may be hard-coded into S++ string or read from any file, no matter). Link to comment Share on other sites More sharing options...
Richard Robertson Posted September 16, 2010 Share Posted September 16, 2010 No. Link to comment Share on other sites More sharing options...
DmitryKa Posted September 16, 2010 Author Share Posted September 16, 2010 It it planned? Link to comment Share on other sites More sharing options...
Richard Robertson Posted September 16, 2010 Share Posted September 16, 2010 In the years I've been following AutoIt, I have never once heard the developers mention plans of it. There are some non-official attempts but most fall short. Link to comment Share on other sites More sharing options...
lima Posted October 19, 2010 Share Posted October 19, 2010 I would love to have this feature too. to be more specific, it will be great to have a set of API to control execution of a given script, which will include: 1. execHandle execute(stript string) To start a script in a separate thread 2. getStatus(execHandle) To query status of the execution, such as start time, is still running, waiting for UI, etc. 3. stop(execHandle) force stopping a running script 4. pause(execHandle)/resume(execHandle) pause and resume If I can have access to the source code, I would love to help build the feature (at least give it a shot). Thanks! Li Link to comment Share on other sites More sharing options...
Richard Robertson Posted October 19, 2010 Share Posted October 19, 2010 No dice. The source to AutoIt has been closed for several years now. Link to comment Share on other sites More sharing options...
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