Jump to content

Au3Check


steve8tch
 Share

Recommended Posts

Didn't really know where to put this post...

>Running AU3Check...C:\Program Files\AutoIt3\SciTe\Defs\Unstable\Au3Check\au3check.dat

C:\test.au3(6,79) : ERROR: $WS_CLIPSIBLINGS previously declared as a 'Const'

If Not IsDeclared('WS_CLIPSIBLINGS') Then Global $WS_CLIPSIBLINGS = 0x04000000

I think this is an error in AU3Check - the "IsDeclared" bit doesn't like previously declared "Const"

The easiest way to show this is to use GUIBuilder to rattle up a simple GUI then try and run it throughtSciTE (this runs AU3Check by default) and the error will pop up.

Thanks

EDIT

Just did another quick test -

C:\test.au3 (46) : ==> Can not redeclare a constant.:

If Not IsDeclared('$WS_OVERLAPPEDWINDOW') Then Global $WS_OVERLAPPEDWINDOW = 0x00CF0000

If Not IsDeclared('$WS_OVERLAPPEDWINDOW') Then Global ^ ERROR

IsDeclared function doesn't seem to be picking up previously declared 'Const'.

Is this just my PC ?

Thanks

Edited by steve8tch
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...