此帖出自嵌入式系统论坛
最新回复
请问comiscience具体是怎么解决的啊,我也遇到这个问题,很头疼:
void readprocess::OnRRead()
{
hThread=CreateThread(NULL,
0,
readprocess::ReceiveThread,
this,
0,
&ThreadID);
}
readprocess::ReceiveThread定义如下:
DWORD WINAPI readprocess::ReceiveThread(LPVOID lparam, readprocess* pDLG );
EVC编译报错:
error C2664: 'CreateThread' : cannot convert parameter 3 from 'unsigned long (void *,class readprocess *)' to 'unsigned long (__cdecl *)(void *)'
None of the functions with this name in scope match the target type
详情
回复
发表于 2009-2-8 19:09
| ||
|
||
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
EEWorld Datasheet 技术支持