home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freesoft 1997 March
/
Freesoft_1997-03_cd.bin
/
recenz
/
926
/
EXMFC.ARJ
/
EXAMPLES.MFC
/
EX04MFC.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-04-19
|
1KB
|
59 lines
//
// EX04MFC.H - Component of MFC Example Program 04
//
// C++/DOS Example program for ArchiveLib 2.0
//
// Copyright (c) Greenleaf Software, Inc. 1996
// All Rights Reserved
//
// MEMBERS/FUNCTIONS DEMONSTRATED
//
// None in this file.
//
// DESCRIPTION
//
// This file is unchanged from the default version created by AppWizard.
//
// REVISION HISTORY
//
// March 18, 1996 2.01A : First release
//
// ex04mfc.h : main header file for the EX04MFC application
//
#ifndef __AFXWIN_H__
#error include 'ex04std.h' before including this file for PCH
#endif
#include "ex04res.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CEx04mfcApp:
// See ex04mfc.cpp for the implementation of this class
//
class CEx04mfcApp : public CWinApp
{
public:
CEx04mfcApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEx04mfcApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CEx04mfcApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////