• 大小: 6.12MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-01
  • 语言: 其他
  • 标签:

资源简介

在EVC4.0编译环境下开发和设计的推箱子游戏。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BoxMan.h“
#include “BoxManDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBoxManApp

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

/////////////////////////////////////////////////////////////////////////////
// CBoxManApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBoxManApp object

CBoxManApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBoxManApp initialization

BOOL CBoxManApp::InitInstance()
{
// 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.

CBoxManDlg 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;
}

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

     文件    3245056  2009-08-13 10:48  BoxMan\ARMV4IDbg\BoxMan.bsc

     文件      58368  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxMan.exe

     文件        629  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxMan.exp

     文件       1812  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxMan.lib

     文件      18211  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxMan.obj

     文件    5674680  2009-08-13 10:48  BoxMan\ARMV4IDbg\BoxMan.pch

     文件     566272  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxMan.pdb

     文件      10372  2009-08-13 10:48  BoxMan\ARMV4IDbg\BoxMan.res

     文件     191187  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxMan.sbr

     文件      57008  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxManClass.obj

     文件      18431  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxManClass.sbr

     文件      42603  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxManDlg.obj

     文件     198513  2009-09-02 18:04  BoxMan\ARMV4IDbg\BoxManDlg.sbr

     文件       7742  2009-09-02 18:04  BoxMan\ARMV4IDbg\QZReg.obj

     文件       2282  2009-09-02 18:04  BoxMan\ARMV4IDbg\QZReg.sbr

     文件      72045  2009-08-13 10:48  BoxMan\ARMV4IDbg\StdAfx.obj

     文件    1206990  2009-08-13 10:48  BoxMan\ARMV4IDbg\StdAfx.sbr

     文件     233472  2009-09-02 18:04  BoxMan\ARMV4IDbg\vc60.pdb

     文件    4252672  2009-09-02 17:37  BoxMan\ARMV4IRel\BoxMan.bsc

     文件      38400  2009-09-02 17:37  BoxMan\ARMV4IRel\BoxMan.exe

     文件        629  2009-09-02 17:37  BoxMan\ARMV4IRel\BoxMan.exp

     文件       1812  2009-09-02 17:37  BoxMan\ARMV4IRel\BoxMan.lib

     文件       8503  2009-08-13 14:39  BoxMan\ARMV4IRel\BoxMan.obj

     文件    6167996  2009-08-13 14:39  BoxMan\ARMV4IRel\BoxMan.pch

     文件      10372  2009-08-13 14:39  BoxMan\ARMV4IRel\BoxMan.res

     文件          0  2009-08-13 14:39  BoxMan\ARMV4IRel\BoxMan.sbr

     文件      33557  2009-08-13 14:39  BoxMan\ARMV4IRel\BoxManClass.obj

     文件          0  2009-08-13 14:39  BoxMan\ARMV4IRel\BoxManClass.sbr

     文件      31773  2009-09-02 17:37  BoxMan\ARMV4IRel\BoxManDlg.obj

     文件          0  2009-09-02 17:37  BoxMan\ARMV4IRel\BoxManDlg.sbr

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

评论

共有 条评论

相关资源