home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 April
/
PCWorld_2001-04_cd.bin
/
Software
/
Topware
/
fprint
/
fpdk400.exe
/
samples
/
msvc
/
callback.mfc
/
FPCALLM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-09-21
|
1KB
|
46 lines
// fpcallm.h : main header file for the MFC CALLBACK DLL
//
#if !defined(AFX_MFCCALLBACK_H__C278D491_7067_11D3_8E5A_00AA006103BC__INCLUDED_)
#define AFX_MFCCALLBACK_H__C278D491_7067_11D3_8E5A_00AA006103BC__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CMFCcallbackApp
// See MFC callback.cpp for the implementation of this class
//
class CMFCcallbackApp : public CWinApp
{
public:
CMFCcallbackApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMFCcallbackApp)
//}}AFX_VIRTUAL
//{{AFX_MSG(CMFCcallbackApp)
// 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()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MFCCALLBACK_H__C278D491_7067_11D3_8E5A_00AA006103BC__INCLUDED_)