Jump to content

Recommended Posts

Posted

The "AutoIt Error" dialog for compiled scripts appears to always show:

Line 0:

Simple to reproduce, just reference an unknown function name.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...