Changes between Version 1 and Version 7 of Ticket #3167


Ignore:
Timestamp:
Mar 29, 2026, 3:35:17 PM (2 days ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3167

    • Property Owner set to Jon
    • Property Status newclosed
    • Property Milestone3.3.15.4
    • Property ResolutionFixed
  • Ticket #3167 – Description

    v1 v7  
    33
    44Here is reproducer:
    5 {{{
     5{{{#!autoit
    66; Initialize COM error handler
    77$oErrorHandler = ObjEvent("AutoIt.Error", _ErrFunc)
     
    2828;~ #AutoIt3Wrapper_Autoit3Dir=c:\Program Files (x86)\AutoIt3\AutoIt_3_3_13_19\ ; BUG/ISSUE EXIST
    2929;~ #AutoIt3Wrapper_Autoit3Dir=c:\Program Files (x86)\AutoIt3\AutoIt_3.3.15.0\ ; BUG/ISSUE EXIST
     30;~ #AutoIt3Wrapper_Autoit3Dir=c:\Program Files (x86)\AutoIt3\AutoIt_3_3_18_0\ ; !ERROR caught
    3031}}}