小弟编程时,愚见了一个错误,
error C2440: 'type cast' : cannot convert from '' to 'unsigned long (__stdcall *)(void *)'
        None of the functions with this name in scope match the target type这是什么意思,实在不知道'type cast'怎么解释。
至于那句错误的语句是
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ConnectToServerThread, (LPVOID)1, CREATE_SUSPENDED , &dd);