首页| 论坛| 消息

标题:qml和C++交互 QLibrary加载后关闭程序内存泄露
作者:zamxqun
日期:2014-04-22 09:26
内容:

typedef int (*myfun)();
QString path = QCoreApplication::applicationDirPath() + "/windowContrl.dll";
QLibrary hdll(path);
int result = 0;
if(hdll.load())
{
&nbsp ..

回复 发表
主题 版块