Support Board
Date/Time: Sat, 30 Nov 2024 06:39:36 +0000
Post From: Run code when DLLs are released?
[2022-12-17 20:13:09] |
ycomp - Posts: 321 |
Hello, I would like to run some code when the dlls get released, if you tell sierra to release the dlls. I tried DllMain but that didn't work for me. Do you have any sugggestions? I need to stop a thread of mine from running. sc.LastCallToFunction() will execute when I close a chartbook, so that's good.. but I'm often testing and need to stop the dlls. |