Modify ↓
#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:1 by , 12 years ago
comment:2 by , 12 years ago
| 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 , 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.
Note:
See TracTickets
for help on using tickets.

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