Hi everybody,
Well. I have a problem and I hope somebody around here could come up with an idea how to solve it. I use LoadLibrary() and FreeLibrary() functions to dynamically link and unlink a DLL to my program. Everything works fine but what I have realized is that after call to FreeLibrary function total amount of memory allocated during LoadLibrary function is NOT totall freed but partly. Is there anybody who has an idea how to free this small amount of memory. Thank you...