类型:转载 责任编辑:asp 日期:2007/03/01
我中有一个成员函数,是画园的,uint cfdview::bresenhamcircle(void *p),其中有一段时间才能画完,我希望创建线程,于是我在void cfdview::onlbuttondown(uint nflags, cpoint point) 中调用 h_thread[thread_count]=createthread(null,0,(lpthread_start_routi)(bresenhamcircle),&thread_info,0,&threadid);出现这个错误:f:\可移动磁盘\fd\fdview.cpp(295) : error c2440: type cast : cannot convert from to unsigned long (__stdcall *)(void *)
这是怎么一回事呀?????
急,在线等!!!
推荐阅读