Changes between Initial Version and Version 4 of Ticket #4091


Ignore:
Timestamp:
Apr 27, 2026, 11:09:47 AM (3 weeks ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4091 – Description

    initial v4  
    11The following line is not executed properly when run in x64 while it works perfectly in x86.
    2 {{{
     2{{{#!autoit
    33If $tItem.Code <> $NM_CUSTOMDRAW Then Return $GUI_RUNDEFMSG
    44}}}
     
    66Here the full example.  Toggle the useX64 to see difference.
    77This code was prepared by mlipok.
    8 {{{
     8{{{#!autoit
    99#AutoIt3Wrapper_UseX64=Y
    1010