hfilemap2=::OpenFileMapping(FILE_MAP_ALL_ACCESS,false,"writetoshare");
double* buffer2=(double*)MapViewOfFile(hfilemap2,FILE_MAP_ALL_ACCESS,0,0,100*sizeof(double)); CString c0;
c0.Format("%s",*(buffer2+0));
    ((CChatServerDlg*)(AfxGetApp()->m_pMainWnd))->m_system3.m_shuixiang.SetWindowText(c0);
CString c1;
c1.Format("%s",*(buffer2+1));
((CChatServerDlg*)(AfxGetApp()->m_pMainWnd))->m_system3.m_feishuixiang.SetWindowText(c1);
2个编辑框上总是显示NULL,但是应该是有数据的(其他程序已测量出的)