Jump to content

Possible Compile Bug with SciTE


Recommended Posts

>C:\AutoIt\SciTe\CompileAU3\CompileAU3.exe /in "C:\AutoIt\User Scripts\temp03.au3"
 >Running AU3Check   params:  from:C:\AutoIt\SciTe\au3check\
 C:\AutoIt\Include\SupportFunctions.au3(583,29) : ERROR: MyExit() called with wrong number of args.
     HotKeySet("{esc}", "MyExit")
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\AutoIt\Include\SupportFunctions.au3(202,26) : REF: definition of MyExit().
 Func MyExit($errcode = 0)
 ~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\AutoIt\User Scripts\temp03.au3 - 1 error(s), 0 warning(s)
 !>AU3Check ended.rc:2
 >Running:(3.1.1.113):C:\AutoIt\beta\Aut2Exe\Aut2Exe.exe
 +>Aut2exe.exe ended.rc:0
 >Exit code: 0  Time: 117.591

The code compiles and runs just fine....as long as I click "Continue"

False positve on the error, since I've made the $errorcode an OPTIONAL parameter?

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

  • Developers

>C:\AutoIt\SciTe\CompileAU3\CompileAU3.exe /in "C:\AutoIt\User Scripts\temp03.au3"
 >Running AU3Check   params:  from:C:\AutoIt\SciTe\au3check\
 C:\AutoIt\Include\SupportFunctions.au3(583,29) : ERROR: MyExit() called with wrong number of args.
     HotKeySet("{esc}", "MyExit")
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\AutoIt\Include\SupportFunctions.au3(202,26) : REF: definition of MyExit().
 Func MyExit($errcode = 0)
 ~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\AutoIt\User Scripts\temp03.au3 - 1 error(s), 0 warning(s)
 !>AU3Check ended.rc:2
 >Running:(3.1.1.113):C:\AutoIt\beta\Aut2Exe\Aut2Exe.exe
 +>Aut2exe.exe ended.rc:0
 >Exit code: 0  Time: 117.591

The code compiles and runs just fine....as long as I click "Continue"

False positve on the error, since I've made the $errorcode an OPTIONAL parameter?

This is an AU3Check error, but my guess is you're a few version behind ....

Try updating and if you still have the issue pls post a small scriptlet showing the issue..

:D

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...