Modify ↓
Opened 15 years ago
Closed 15 years ago
#1108 closed Bug (No Bug)
Compiling Error
Reported by: | lilin_318@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | Aut2Exe | |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
I try to compile the attachment file of my script and it is successful convert the file into exe.
When i try to run the exe file that being converted, the error prompt as below:
Line -1:
Error: Variable used without being declared.
Attachments (1)
Change History (2)
Changed 15 years ago by anonymous
comment:1 Changed 15 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
did you ever try to run it without compile it. $SS_SIMPLE not defined.
Compiler does not check if a script can be run . In your case the SciTE check syntax will tell you the error