Hello AutoIT community,
I have a strange error with my software that I am not able to interpret. My software uses an external DLL "EAPI.dll". Inside, there is a function "EApiUPSInitDev" with a callback parameter. The callback can be called at anytime by the DLL, I have no control over it. I've made a minimal version of my software to show the issue:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_UseX64=n
#EndRegion ;**** Directives created by