Modify

Opened 14 years ago

Closed 14 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 by Valik, 14 years ago

Milestone: 3.3.7.16
Resolution: Fixed
Status: newclosed

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

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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