主题:用什么方法使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类得到文档视图的绘图区进行绘图
//...
UINT CTestView::onthread(LPVOID wParam)//静态类
{
CClientDC *pdc = new CClientDC(this);//this不能用在此
CTestView * ad=(CTestView *)wParam;
ad->particlesystem.Render(pdc);
return 0;
}
用什么方法使ParticleSystem类得到文档视图的绘图区
或有没有别的方法实现创建一个线程用ParticleSystem类得到ParticleSystem类得到文档视图的绘图区进行绘图