Qlibrary unload dll with carbide/nokia emulator

310 Views Asked by At

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!

1

There are 1 best solutions below

1
On

Does QLibrary::unload() doesn't working?