• 大小: 0.13M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++ 如何确定应用程序没有响应(提高篇-实例026).zip

资源截图

代码片段和文件信息

// AppActive.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “AppActive.h“
#include “AppActiveDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CAppActiveApp

BEGIN_MESSAGE_MAP(CAppActiveApp CWinApp)
//{{AFX_MSG_MAP(CAppActiveApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAppActiveApp construction

CAppActiveApp::CAppActiveApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CAppActiveAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       26716  2014-01-02 14:35  AppActive.aps
     文件        1229  2014-01-02 14:42  AppActive.clw
     文件        2105  2007-08-21 15:45  AppActive.cpp
     文件        4276  2007-08-21 15:45  AppActive.dsp
     文件         543  2007-08-21 15:45  AppActive.dsw
     文件        1357  2007-08-21 15:45  AppActive.h
     文件      290304  2014-01-02 14:42  AppActive.opt
     文件        5493  2007-08-21 15:45  AppActive.rc
     文件        4889  2014-01-02 14:37  AppActiveDlg.cpp
     文件        1362  2007-08-21 15:45  AppActiveDlg.h
     文件        3633  2007-08-21 15:45  ReadMe.txt
     文件         732  2007-08-21 15:45  resource.h
     文件         211  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        5694  2007-08-21 15:45  res\86.ico
     文件        1078  2007-08-21 15:45  res\AppActive.ico
     文件         401  2007-08-21 15:45  res\AppActive.rc2

评论

共有 条评论