stormbreaker Posted September 4, 2012 Posted September 4, 2012 Hello everybody, I have a bit weird question. What I want to do is to call a DLL (from AutoIt of course) and I want the script to continue its execution (while the DLL is doing its job). Any ideas on how this can be done?Also, could anyone please give me a basic idea of DLL Callbacks etc. (I mean, what can we do with these etc.)Thanks a lot...Regards,MKISH ---------------------------------------- :bye: Hey there, was I helpful? ---------------------------------------- My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1
JohnOne Posted September 4, 2012 Posted September 4, 2012 (edited) Hello everybody, I have a bit weird question. What I want to do is to call a DLL (from AutoIt of course) and I want the script to continue its execution (while the DLL is doing its job). Any ideas on how this can be done?It cannot.Also, could anyone please give me a basic idea of DLL Callbacks etc. (I mean, what can we do with these etc.)Thanks a lot...Regards,MKISH Edited September 4, 2012 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
stormbreaker Posted September 4, 2012 Author Posted September 4, 2012 Well I asked this because I saw somewhere on the internet that you could do this using PostMessage() function. But although this was done using multiple threads, I still believe there is scope of doing something like this in AutoIt. ---------------------------------------- :bye: Hey there, was I helpful? ---------------------------------------- My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1
Shaggi Posted September 4, 2012 Posted September 4, 2012 When you want two simultaneous executions, you will need threading. Autoit doesn't natively support this, though it can be done. Ever wanted to call functions in another process? ProcessCall UDFConsole stuff: Console UDFC Preprocessor for AutoIt OMG
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