I have just updated from 292.29 to 293.1 dev release version and my Kaspersky Total Security 20.0.14.1085(m) removed sdrt.exe when I started the software. I am using standalone version of Clickteam Fusion Developer 2.5. I am going to revert back and test it again.
Thank you, yes you're right, it's new. I've submitted the file as false positive to Kaspersky.
PS: in the meantime, don't revert back, just open Kaspersky and add an exclusion for the Fusion directory and the directory where you build your apps. They are usually quite fast to fix false positives.
hehe sorry I didn't meant to demand it. I was using the List Object other day and wondered why the list object was never global like other objects. My guess is the object was technically different (like using windows components) than regular actives and other objects that can be global.
Extension objects are not compatible with the "Global object" option used by active/string/counter objects, a new option has to be added in the object like the Global option in the Array object, and the code has to be done on 5 platforms (yes the List object uses the List component on each platform, but I guess retrieving the list content is not a problem).
got it, thanks Yves!