I have a application, which loads the dll by "Load-time dynamic linking". I can confirm the loading details by "Listdlls" utility.
My requirement is, i want to unload this dll ( which is loaded by "Load-time dynamic linking") at runtime not to wait for the program to exit.
is there a way to unload the dll which is loaded by "Load-time dynamic linking" at runtime?
Thanks, Samson