MFC编程创建线程的问题,怎么声明线程函数为静态函数还是出错

在view类中函数声明:public:staticDWORDWINAPIThread1();在一个响应函数中创建:voidCChatSView::OnShowWindow... 在view类中
函数声明:
public:
static DWORD WINAPI Thread1();
在一个响应函数中创建:
void CChatSView::OnShowWindow(BOOL bShow, UINT nStatus)
{
CView::OnShowWindow(bShow, nStatus);

// TODO: Add your message handler code here
this->m_hThread1=CreateThread(NULL,0,Thread1,NULL,0,NULL);
CloseHandle(this->m_hThread1);

}
报错为:(你懂得~)
'CreateThread' : cannot convert parameter 3 from 'unsigned long (void)' to 'unsigned long (__stdcall *)(void *)'
None of the functions with this name in scope match the target type
展开
 我来答
1317204986
2012-04-08 · TA获得超过492个赞
知道小有建树答主
回答量:291
采纳率:0%
帮助的人:356万
展开全部
static DWORD WINAPI Thread1(LPVOID lpParameter);
声明改成这样就行了
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式