Also, you are using CreateThread, which is DEFINITELY WRONG in an MFC application! You MUST use AfxBeginThread. This is not optional, it is mandatory.
確定! 回上一頁