Rewine模式下cwinThread崩溃 [英] cwinThread Crash on Relese mode

查看:63
本文介绍了Rewine模式下cwinThread崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮助我
m_pThread = AfxBeginThread(CMyAPI :: StartOpenThread,this);
是在Relise模式下崩溃

Can any one help me
m_pThread=AfxBeginThread(CMyAPI::StartOpenThread,this);
is Crash on Relise mode

推荐答案

在您到目前为止发布的一行中,我看到的唯一可能出错的就是传递无效的this指针,或者在初始化完成之前(即在完成构造函数之前)传递它.
In the one line you posted so far, the only thing I see that could go wrong is passing an invalid this pointer, or passing it before initialization is complete (i. e. before completing the constructor).


这篇关于Rewine模式下cwinThread崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆