home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98a.iso
/
Wtestowe
/
Vistdtk
/
Install
/
Data.Z
/
GenericMFC.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-07
|
983b
|
36 lines
// GenericMFC.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "GenericMFC.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CGenericMFCApp
BEGIN_MESSAGE_MAP(CGenericMFCApp, CWinApp)
//{{AFX_MSG_MAP(CGenericMFCApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CGenericMFCApp construction
CGenericMFCApp::CGenericMFCApp()
{
// TODO: add construction code here,
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CGenericMFCApp object
CGenericMFCApp theApp;