void CNewProjectApp::OnDestroy() 
{
CWinApp::OnDestroy();

// TODO: Add your message handler code here

}
错误为
E:\新建文件夹\NewProject\NewProject.cpp(185) : error C2039: 'OnDestroyClipboard' : is not a member of 'CWinApp'
        d:\program files\microsoft visual studio\vc98\mfc\include\afxwin.h(4031) : see declaration of 'CWinApp'
E:\新建文件夹\NewProject\NewProject.cpp(193) : error C2039: 'OnDestroy' : is not a member of 'CWinApp'
        d:\program files\microsoft visual studio\vc98\mfc\include\afxwin.h(4031) : see declaration of 'CWinApp'
MainFrm.cpp
NewProjectDoc.cpp
NewProjectView.cpp
Generating Code...
Error executing cl.exe.
Creating browse info file...