• 大小: 0.48M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: 注册机  注册  

资源简介


代码片段和文件信息

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

#include “stdafx.h“
#include “CreateReg.h“
#include “CreateRegDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCreateRegApp

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

/////////////////////////////////////////////////////////////////////////////
// CCreateRegApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCreateRegAp

评论

共有 条评论