Jump to content

Recommended Posts

Posted

I download new version of AutoIT v3 and have some troubles

http://www.autoitscript.com/forum/index.php?showtopic=21522

D:\Documents and Settings\Administrator\??????? ????\GuiRichEdit.au3 (25) : ==> Can not redeclare a constant.:

Global Const $FIXED_PITCH = 1

Global Const ^ ERROR

and 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 without

in previous versions it works without

#include <WindowsConstants.au3>

#include <ButtonConstants.au3>

#include <StaticConstants.au3>

me bad english, sorry :)

Posted

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.

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