AfxBeginThread的返回值是UINT型,当然不能赋给CWinThread *这个指针,
应直接用AfxBeginThread(ListeningThread,NULL,THREAD_PRIORITY_NORMAL);