xrfang Posted July 18, 2006 Posted July 18, 2006 Hi Experts, Is there any way that an au3 script (compiled or not compiled) calling the function of a COMPIED au3 script. In another word, use the compiled script NOT as an exe, but as a DLL... Thanks! Shannon
Moderators SmOke_N Posted July 18, 2006 Moderators Posted July 18, 2006 You can't create a DLL but you can use functions like /AutoIt3ExecuteLine - /AutoIt3ExecuteScript to do certain things out side the actual script itself. Basically it's Multi Processing and picasso has some other examples here: http://www.autoitscript.com/forum/index.php?showtopic=29326 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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