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 , 14 years ago
| Milestone: | → 3.3.7.16 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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