回 帖 发 新 帖 刷新版面

主题:用什么方法使ParticleSystem类得到文档视图的绘图区

CWinThread * aThread  = AfxBeginThread(onthread    ,this );
//...
UINT CTestView::onthread(LPVOID wParam)//静态类
{
    CClientDC *pdc = new CClientDC(this);//this不能用在此
    CTestView * ad=(CTestView *)wParam;
    ad->particlesystem.Render(pdc);
    return 0;

}
用什么方法使ParticleSystem类得到文档视图的绘图区
或有没有别的方法实现创建一个线程用ParticleSystem类得到ParticleSystem类得到文档视图的绘图区进行绘图

回复列表 (共2个回复)

沙发

UINT CTestView::onthread(LPVOID wParam)//静态类
不用静态

板凳

UINT CTestView::onthread(LPVOID wParam)// 
要为静态类吧

我来回复

您尚未登录,请登录后再回复。点此登录或注册