Jump to content

Recommended Posts

Posted

C:\Documents and Settings\Onest\Desktop\Bots and Programming\Script Examples\Wow\NomadMemory.au3 (230) : ==> Can not redeclare a constant.: 
Const $TOKEN_ADJUST_PRIVILEGES = 0x0020 
Const ^ ERROR
->13:09:40 AutoIT3.exe ended.rc:1

I keep getting this error and dont know how to stop it :)

Need a website: http://www.iconixmarketing.com

  • Developers
Posted

You have somewhere in your script or one of its includes a redefine of a constant which is not allowed.

Look for any DIM/Global/Local/Const that contains the reported variable name.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted (edited)

open NomadMemory.au3 and comment out this line :)

I think, some Constsnts are now declared in WindowsConstnts or Winapi :(

Edited by ProgAndy

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

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