• 大小: 42.82MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-17
  • 语言: C/C++
  • 标签: 软件注册  

资源简介

用于visual c++软件开发授权用代码,本次上传注册码生成器

资源截图

代码片段和文件信息

// 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 CCreateRegApp object

CCreateRegApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCreateRegApp initialization

BOOL CCreateRegApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CCreateRegDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     38400  2015-10-25 18:09  CreateReg\.vs\CreateReg\v14\.suo

     文件       1138  2015-10-24 17:41  CreateReg\Backup1\CreateReg.sln

     文件        945  2015-10-24 19:30  CreateReg\Backup2\CreateReg.sln

     文件      23588  2015-10-24 17:41  CreateReg\CreateReg.aps

     文件       1338  2008-09-19 18:50  CreateReg\CreateReg.clw

     文件       2105  2008-08-11 18:12  CreateReg\CreateReg.cpp

     文件       4213  2008-08-11 18:12  CreateReg\CreateReg.dsp

     文件        541  2008-08-11 18:12  CreateReg\CreateReg.dsw

     文件          0  2011-02-09 15:09  CreateReg\CreateReg.event

     文件       1357  2008-08-11 18:12  CreateReg\CreateReg.h

     文件     655360  2008-09-19 18:51  CreateReg\CreateReg.opt

     文件       5768  2008-09-02 18:16  CreateReg\CreateReg.rc

     文件   84082688  2015-10-25 18:09  CreateReg\CreateReg.sdf

     文件        945  2015-10-25 10:14  CreateReg\CreateReg.sln

     文件       7920  2015-10-25 10:14  CreateReg\CreateReg.vcxproj

     文件       1969  2015-10-25 10:14  CreateReg\CreateReg.vcxproj.filters

     文件       8111  2015-10-25 17:12  CreateReg\CreateRegDlg.cpp

     文件       1472  2015-10-24 20:43  CreateReg\CreateRegDlg.h

     文件     134656  2015-10-25 17:12  CreateReg\Debug\CreateReg.exe

     文件    1368104  2015-10-25 17:12  CreateReg\Debug\CreateReg.ilk

     文件       1946  2015-10-25 17:12  CreateReg\Debug\CreateReg.log

     文件      26358  2015-10-25 17:12  CreateReg\Debug\CreateReg.obj

     文件   38207488  2015-10-25 11:38  CreateReg\Debug\CreateReg.pch

     文件    6000640  2015-10-25 17:12  CreateReg\Debug\CreateReg.pdb

     文件       2720  2015-10-24 17:43  CreateReg\Debug\CreateReg.res

     文件       2282  2015-10-25 17:12  CreateReg\Debug\CreateReg.tlog\CL.command.1.tlog

     文件      44068  2015-10-25 17:12  CreateReg\Debug\CreateReg.tlog\CL.read.1.tlog

     文件       1626  2015-10-25 17:12  CreateReg\Debug\CreateReg.tlog\CL.write.1.tlog

     文件        166  2015-10-25 17:12  CreateReg\Debug\CreateReg.tlog\CreateReg.lastbuildstate

     文件       1350  2015-10-25 17:12  CreateReg\Debug\CreateReg.tlog\link.command.1.tlog

............此处省略36个文件信息

评论

共有 条评论