Changes between Initial Version and Version 4 of Ticket #4091
- Timestamp:
- Apr 27, 2026, 11:09:47 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4091 – Description
initial v4 1 1 The following line is not executed properly when run in x64 while it works perfectly in x86. 2 {{{ 2 {{{#!autoit 3 3 If $tItem.Code <> $NM_CUSTOMDRAW Then Return $GUI_RUNDEFMSG 4 4 }}} … … 6 6 Here the full example. Toggle the useX64 to see difference. 7 7 This code was prepared by mlipok. 8 {{{ 8 {{{#!autoit 9 9 #AutoIt3Wrapper_UseX64=Y 10 10
