Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2643 closed Bug (No Bug)

Global Const $REG_QWORD called twice error

Reported by: Kalel69 Owned by:
Milestone: Component: AutoIt
Version: 3.3.10.2 Severity: None
Keywords: RegFunc.au3 Cc:

Description

RegFunc.au3 calls #include <Constants.au3>

RegFunc.au3

  1. calls #include <Constants.au3>
  2. Global Const $REG_QWORD = 11

Constants.au3

  1. ; Reg Value type Constants

Global Const $REG_QWORD = 11

here in ly the error...

"C:\Program Files (x86)\AutoIt3\Include\RegFunc.au3"(20,29) : error: $REG_QWORD previously declared as a 'Const'.

Thanks,

Attachments (0)

Change History (3)

comment:1 by BrewManNH, 12 years ago

RegFunc isn't a standard UDF so I can't see how this is related to AutoIt.

comment:2 by guinness, 12 years ago

Resolution: No Bug
Status: newclosed

Remove the declaration from RegFunc.au3. I am closing as No Bug as this isn't related to the AutoIt UDFs.

comment:3 by anonymous, 12 years ago

ah. I apologize. I did not uninstall AutoIT prior to installing the latest version, and I did not remember I installed RegFunc into the "include" directory. This will not happen again.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.