hello
I import AutoitX3.dll by youtube video. i use on windows 7 64 bit . it 's work
I move my project to windows 10 64 bit . i can run about 10 -20 minute . it ' s error "System.__comobject to interface type Auto ltX3LibX3.AutoitX3"
i try to fix it by
1. re write code on windows 10
2. copy AutoitX3.dll to system32 and register "regsvr32 AutoItX3.dll"
3. register dll all "for %1 in (%windir%\system32\*.dll) do regsvr32 /s %1"
it not work thank for help.