Opened on Jan 30, 2014 at 12:49:52 AM
Closed on Jan 30, 2014 at 7:31:21 AM
Last modified on Feb 1, 2014 at 8:52:35 PM
#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
- calls #include <Constants.au3>
- Global Const $REG_QWORD = 11
Constants.au3
- ; 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:2 by , on Jan 30, 2014 at 7:31:21 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Remove the declaration from RegFunc.au3. I am closing as No Bug as this isn't related to the AutoIt UDFs.
comment:3 by , on Feb 1, 2014 at 8:52:35 PM
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.

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