home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Building OCXs
/
Building_OCXs_Que_1995.iso
/
code
/
ch07
/
cont.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-01-15
|
915b
|
39 lines
// cont.h : main header file for the CONT application
//
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CContApp:
// See cont.cpp for the implementation of this class
//
class CContApp : public CWinApp
{
public:
CContApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CContApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CContApp)
afx_msg void OnAppAbout();
// 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()
};
/////////////////////////////////////////////////////////////////////////////