Modify

#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 Jpm, on Jul 2, 2009 at 2:37:03 PM

Milestone: 3.3.1.2
Owner: changed from Gary to Jpm
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.2

comment:2 by Jpm, 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.

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.