资源简介

同样可以在https://gitee.com/luutry/resource下载到,是金橙子的DemoEzd例子,VC++编写的。还有开发的doc文档,比较简单吧。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DemoEzd.h“
#include “DemoEzdDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDemoEzdApp

BEGIN_MESSAGE_MAP(CDemoEzdApp CWinApp)
//{{AFX_MSG_MAP(CDemoEzdApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CDemoEzdApp construction

CDemoEzdApp::CDemoEzdApp()
{
// TODO: add construction code

评论

共有 条评论