fspafford Posted January 25, 2010 Posted January 25, 2010 I have a script which uses an external communications Dll. The main loop of the script uses the Dll to send commands and then wait for responses. DllCallbackRegister is used to register a callback routine which processes the responses. The script works for several iterations of the loop, and then aborts. When it aborts, it seems (by observing console output) that something is causing the the script to restart at the beginning. I have verified the main routine and the callback routine execute with the same thread id. Any suggestions for narrowing down my problem? I am using AutoIt version v3.3.4.0. Frank
fspafford Posted January 28, 2010 Author Posted January 28, 2010 I found my problem, and it was related to the Dll I am using. Frank
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