vs软件授权注册代码


用于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.vsCreateRegv14.suo

     文件       1138  2015-10-24 17:41  CreateRegBackup1CreateReg.sln

     文件        945  2015-10-24 19:30  CreateRegBackup2CreateReg.sln

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

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

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

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

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

     文件          0  2011-02-09 15:09  CreateRegCreateReg.event

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

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

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

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

     文件        945  2015-10-25 10:14  CreateRegCreateReg.sln

     文件       7920  2015-10-25 10:14  CreateRegCreateReg.vcxproj

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

     文件       8111  2015-10-25 17:12  CreateRegCreateRegDlg.cpp

     文件       1472  2015-10-24 20:43  CreateRegCreateRegDlg.h

     文件     134656  2015-10-25 17:12  CreateRegDebugCreateReg.exe

     文件    1368104  2015-10-25 17:12  CreateRegDebugCreateReg.ilk

     文件       1946  2015-10-25 17:12  CreateRegDebugCreateReg.log

     文件      26358  2015-10-25 17:12  CreateRegDebugCreateReg.obj

     文件   38207488  2015-10-25 11:38  CreateRegDebugCreateReg.pch

     文件    6000640  2015-10-25 17:12  CreateRegDebugCreateReg.pdb

     文件       2720  2015-10-24 17:43  CreateRegDebugCreateReg.res

     文件       2282  2015-10-25 17:12  CreateRegDebugCreateReg.tlogCL.command.1.tlog

     文件      44068  2015-10-25 17:12  CreateRegDebugCreateReg.tlogCL.read.1.tlog

     文件       1626  2015-10-25 17:12  CreateRegDebugCreateReg.tlogCL.write.1.tlog

     文件        166  2015-10-25 17:12  CreateRegDebugCreateReg.tlogCreateReg.lastbuildstate

     文件       1350  2015-10-25 17:12  CreateRegDebugCreateReg.tloglink.command.1.tlog

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)