Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 15:19:16 +0000



Post From: Callback on unload DLL

[2021-02-28 20:50:22]
User819016 - Posts: 9
How can I detect when my DLL is unloaded?

I am not seeing a study callback with LastCallToFunction set, and my DLL's DllMain() is not getting a DLL_PROCESS_DETACH/THREAD callback.
I am seeing a message log that shows the DLL getting unloaded. Does "unload DLL" call FreeLibrary()?