Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 12:04:35 +0000



Post From: sc Event / Flag to capture DLL release

[2019-04-08 18:52:14]
User972768 - Posts: 166
Hello,

Thank you for quick reply.

Well, if study doesn't get signal to release memory in a first place when user forces unload of DLL then it is no better. My proposal is to initiate LastCallToFunction to all instances of studies from unloading DLL. This way Sierra does all it could to prevent the crash as result of such user action.

I did try to unload my DLL in a clean way (by removing this study from the chart before unloading DLL) few times and reload it again. Some times (not consistently) I was greeted with above popup. Perhaps, it is something beyond simple steps explained in the documentation on how to use STL.

Could it be something like static / dynamic linking? Basically, parameters of the linker that I'm missing.

Thanks and best regards