Support Board
Date/Time: Mon, 25 Nov 2024 12:20:59 +0000
Post From: Stuck DLL - Release DLL commands don't always work
[2024-03-10 13:27:37] |
sgne - Posts: 105 |
They're built with Visual C++. It's a custom chart bar DLL. I make a lot of them, and sometimes one will get stuck. The DLLs are exactly the same except for several input values, and all of them load successfully and build bars and make binary bar data files, but then sometimes one of them will get stuck, and I can't really predict when it will happen, so my workaround is to build the bars with a DLL, spit out the data, restart SC, and load the next one. Sometimes I do it 100 times or more, and it works. It's about 15 seconds slower than removing the DLL, releasing it, deleting it, and loading the next one.
|