Qlibrary unload dll with carbide/nokia emulator

275 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 answers

1
mosg On

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