使用碳化物/诺基亚模拟器 Qlibrary 卸载 dll
我正在使用碳化物并使用模拟器进行测试。
即使我的应用程序终止后,DLL 仍会加载到模拟器上。 如何强制卸载它们? 如果我尝试替换它们,就会遇到共享违规。 有什么工具可以做到这一点吗?
任何帮助表示赞赏!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
QLibrary::unload() 不起作用吗?
Does QLibrary::unload() doesn't working?