Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 J-Paul Mesnage, 17 years ago

Milestone: 3.3.1.2
Owner: changed from Gary to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.2

comment:2 by J-Paul Mesnage, 17 years ago

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 J-Paul Mesnage.

Add Comment


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