// sportDlg.h : header file
//#if !defined(AFX_SPORTDLG_H__8BCC84C2_2F66_423E_9F5F_8CFAC8B6F77D__INCLUDED_)
#define AFX_SPORTDLG_H__8BCC84C2_2F66_423E_9F5F_8CFAC8B6F77D__INCLUDED_#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000/////////////////////////////////////////////////////////////////////////////
// CSportDlg dialog
#include "mscomm.h"class CSportDlg : public CDialog
{
// Construction
public:
CSportDlg(CWnd* pParent = NULL); // standard constructor// Dialog Data
//{{AFX_DATA(CSportDlg)
enum { IDD = IDD_SPORT_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA // ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSportDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL// Implementation
protected:
HICON m_hIcon;
protected:
  CMSComm m_Com; // Generated message map functions
//{{AFX_MSG(CSportDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};我一加入 CMSComm m_Com;这个命令就报错
取消编译正常.sportdlg.h(39) : error C2018: unknown character '0xa1'请问是什么原因,该怎样做