Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 Changed 15 years ago by Jpm

  • Milestone set to 3.3.1.2
  • Owner changed from Gary to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in version: 3.3.1.2

comment:2 Changed 15 years ago by Jpm

I don't understand how a lot of structure are staying with "int" in MSDN.
But I correct this one.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.