I am using carbide and testing with emulator.
Even after my application terminates, the dlls are still loaded on emulator. How can I forcefully unload them? I get a sharing violation if I try to replace them. Is there any tool to do this?
Any help is appreciated!
Does QLibrary::unload() doesn't working?