Ma fonction Thread :
DWORD WINAPI CNetchargDlg::Thread1(LPVOID IpvThreadParam)
{
...
}
PB à la compilation lors du CreateThread :
hThreads[0]=CreateThread(NULL, NULL, Thread1, &dwThreadParam, 0, &dwThreadId);
error C2664: 'CreateThread' : cannot convert parameter 3 from 'unsigned long (void *)' to 'unsigned long (__stdcall *)(void *)'