Changes between Version 1 and Version 7 of Ticket #3167
- Timestamp:
- Mar 29, 2026, 3:35:17 PM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3167
- Property Owner set to
- Property Status new → closed
- Property Milestone → 3.3.15.4
- Property Resolution → Fixed
-
Ticket #3167 – Description
v1 v7 3 3 4 4 Here is reproducer: 5 {{{ 5 {{{#!autoit 6 6 ; Initialize COM error handler 7 7 $oErrorHandler = ObjEvent("AutoIt.Error", _ErrFunc) … … 28 28 ;~ #AutoIt3Wrapper_Autoit3Dir=c:\Program Files (x86)\AutoIt3\AutoIt_3_3_13_19\ ; BUG/ISSUE EXIST 29 29 ;~ #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 30 31 }}}
