Hi,
I need to unload a DLL of which I know only the name. I have as?
Hi,
I need to unload a DLL of which I know only the name. I have as?
Vilian,
FreeLibrary( GetModuleHandle( cDllName ) )
Antonio,
It did not function. I need to unload the ACE32.DLL.
while GetModuleHandle( cDllName ) ) != 0
FreeLibrary( GetModuleHandle( cDllName ) )
SysRefresh()
end