sconley Posted January 26, 2004 Posted January 26, 2004 The "AutoIt Error" dialog for compiled scripts appears to always show: Line 0: Simple to reproduce, just reference an unknown function name.
Valik Posted January 26, 2004 Posted January 26, 2004 Technically, there is no script file with line numbers to reference in a compiled script. The script is read in from memory, it's not output to a file then read back in. Also, the compiler itself adds some comments into the script which throws the line numbers off anyway.
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