I'm attempting to control a 32 bit application (Perceptive Content aka ImageNow Client v7.2.3.384) from a Win 10 Enterprise - 64 bit.   Everything was going fine until the AntiVirus software updated. Now any 32 application I compile is picked up as a Trojan horse and reported to the IT Security department. So now I have to use `#AutoIt3Wrapper_UseX64=y` to get my code to compile without errors. This makes `ControlTreeView` stop working however. Here's a quick example...   T