Jump to content

Recommended Posts

Posted

I get the following error:

>"C:\TEMP\AutoIt3\SciTe\..\autoit3.exe" /ErrorStdOut "C:\Temp\JF\Practice.au3"

C:\TEMP\AutoIt3\Include\ListViewConstants.au3 (52) : ==> Can not redeclare a constant.:

Global Const $CCM_FIRST = 0x2000

Global Const ^ ERROR

However, my only includes in the script are:

#include <GUIConstants.au3>

#include <WindowsConstants.au3>

Funny thing is that it only occurs on one of my many computers.

Any ideas.

Thanks

PS:

I can post the script if needed.

Posted (edited)

you using an old version of autoit?

Well yes, version 3.3.0 but it is the same version on all of my computers.

If I remove #include <GUIConstants.au3>, I do not get the error.

You are right, of course that updating to the newest version resolves the problem.

Edited by fmen

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...