Is it possible to unload a dll at runtime? When I call a dll for the first time it loads and remains loaded untill the EXE unloads. I want to 'unbind' the dll from the EXE during runtime to free the resources the DLL uses. Is this possible?

Thanks
Jean-Guy