1

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!

tvr
  • 4,455
  • 9
  • 24
  • 29

1 Answers1

0

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

mosg
  • 12,041
  • 12
  • 65
  • 87