Modify ↓
#1037 closed Bug (Fixed)
tagNMHDR not working on x64
| Reported by: | ProgAndy | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.1.2 | Component: | Standard UDFs |
| Version: | 3.3.1.1 | Severity: | None |
| Keywords: | Cc: |
Description
The definition of tagNMHDR in StructureConstants.au3 is wrong.
It is Global Const $tagNMHDR = "hwnd hWndFrom;int IDFrom;int Code"
whereas it should be
Global Const $tagNMHDR = "hwnd hWndFrom;int_ptr IDFrom;int Code"
For this reason, many UDFs do not work when running AutoIt in 64bit-version.
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
| Milestone: | → 3.3.1.2 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
comment:2 by , 17 years ago
I don't understand how a lot of structure are staying with "int" in MSDN.
But I correct this one.
Note:
See TracTickets
for help on using tickets.

Fixed in version: 3.3.1.2