dfHunter Posted June 5, 2008 Posted June 5, 2008 I download new version of AutoIT v3 and have some troubleshttp://www.autoitscript.com/forum/index.php?showtopic=21522D:\Documents and Settings\Administrator\??????? ????\GuiRichEdit.au3 (25) : ==> Can not redeclare a constant.:Global Const $FIXED_PITCH = 1Global Const ^ ERRORand same problem in other scripts, how can i fix it(it wasn't at previous version that i have)2nd problem:i must include some constants like this:#include <WindowsConstants.au3>#include <ButtonConstants.au3>#include <StaticConstants.au3>and my script works, and dont works withoutin previous versions it works without#include <WindowsConstants.au3>#include <ButtonConstants.au3>#include <StaticConstants.au3>me bad english, sorry
Remnant Posted June 6, 2008 Posted June 6, 2008 Can not redeclare a constant.:Means that you have already decalred the constant Fixed_Pitch. Probably in an included au3 file.Sorry didn't understand the second problem.
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