Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 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 Changed 10 years ago by BrewManNH

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

comment:2 Changed 10 years ago by guinness

  • Resolution set to No Bug
  • Status changed from new to closed

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

comment:3 Changed 10 years ago by anonymous

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.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.