You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a way to eject the DLL safely, being sure there are no dangling pointers or anything beforehand. FreeLibrary and FreeLibraryAndExitThread are good places to look to start.
The text was updated successfully, but these errors were encountered:
There should be a way to eject the DLL safely, being sure there are no dangling pointers or anything beforehand.
FreeLibrary
andFreeLibraryAndExitThread
are good places to look to start.The text was updated successfully, but these errors were encountered: