Support Board
Date/Time: Thu, 03 Apr 2025 19:55:38 +0000
Post From: Run code when DLLs are released?
[2022-12-17 20:13:09] |
ycomp - Posts: 322 |
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. |