Modify ↓
Opened on Jun 20, 2009 at 11:56:32 AM
Closed on Jul 2, 2009 at 2:37:03 PM
Last modified on Jul 2, 2009 at 2:40:42 PM
#1037 closed Bug (Fixed)
tagNMHDR not working on x64
| Reported by: | ProgAndy | Owned by: | Jpm |
|---|---|---|---|
| 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 , on Jul 2, 2009 at 2:37:03 PM
| Milestone: | → 3.3.1.2 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
comment:2 by , on Jul 2, 2009 at 2:40:42 PM
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