Login Page - Create Account

Support Board


Date/Time: Thu, 10 Jul 2025 06:52:01 +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()?