Modify ↓
Opened 7 years ago
Closed 7 years ago
#3708 closed Bug (Fixed)
Error in documentation for _WinAPI_LoadCursor
| Reported by: | Nine | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | Cc: |
Description
$sName should start with $OCR_* and not $IDC_*
Attachments (0)
Change History (4)
comment:1 by , 7 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:2 by , 7 years ago
It doesn't work if we use autoit $IDC_*. Look at _WinAPI_SetSystemCursor example, it uses number which are $OCR_*. In autoit constant $IDC_* are much smaller number than $ORC. I agree that MSDN speaks about IDC. But the numbers does not match with autoit.
comment:3 by , 7 years ago
| Resolution: | Rejected |
|---|---|
| Status: | closed → reopened |
It seems that other impact with $IDC_/$OCR_
I will search for them
Thanks
comment:4 by , 7 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed by revision [12207] in version: 3.3.15.1
Note:
See TracTickets
for help on using tickets.

In fact name follows the MSDN doc, so $IDC_* is the way