I have migrated to version 3.4, and am testing my current applications. There is one issue I cannot figure out. I use application->terminate, but instead of terminating the application, it simply makes the application unresponsive. I paused the application to see what was going on, and it stopped at a line on the procedure ntdll.RtlUserThreadStart
and a lot of assembler.
I found some similar old posts, but I got not much info from these. Is there a way to find out why this is happening? The old application works as expected.