Modify

Opened 13 years ago

Closed 13 years ago

#2016 closed Bug (Fixed)

AU3Check will fail with DllCallAddress

Reported by: thesnoW Owned by:
Milestone: 3.3.7.16 Component: AutoIt
Version: 3.3.7.15 Severity: None
Keywords: Cc:

Description

the parm number of DllCallAddress too small.
dllcall is 255,but DllCallAddress only 6...


#Include <WinAPIEx.au3>
$hm=_WinAPI_LoadLibrary('user32.dll')
$x=_WinAPI_GetProcAddress($hm,'MessageBoxW')
DllCallAddress('long',$x,'hwnd',0,'wstr','too samll','wstr','TEST','int',32)

Attachments (0)

Change History (1)

comment:1 Changed 13 years ago by Valik

  • Milestone set to 3.3.7.16
  • Resolution set to Fixed
  • Status changed from new to closed

This has already been discussed here where I stated it would be fixed in the next beta.

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 ticket will remain with no owner.
Author


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

 
Note: See TracTickets for help on using tickets.