fmen Posted June 16, 2010 Posted June 16, 2010 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 = 0x2000Global Const ^ ERRORHowever, 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. ThanksPS:I can post the script if needed.
JohnOne Posted June 16, 2010 Posted June 16, 2010 you using an old version of autoit? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
fmen Posted June 16, 2010 Author Posted June 16, 2010 (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 June 16, 2010 by fmen
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now