BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CFrameWnd::PreCreateWindow(cs) )
return FALSE;
SetTimer(1,1000,NULL);
}
一运行就弹出错误对话框 Debug Assertion Failed!用GetLastError()获得错误码2 :系统找不到指定的文件。 怎么解决??