home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / Topware / fprint / fpdk400.exe / samples / msvc / callback.mfc / FPCALLM.H < prev    next >
C/C++ Source or Header  |  1999-09-21  |  1KB  |  46 lines

  1. // fpcallm.h : main header file for the MFC CALLBACK DLL
  2. //
  3.  
  4. #if !defined(AFX_MFCCALLBACK_H__C278D491_7067_11D3_8E5A_00AA006103BC__INCLUDED_)
  5. #define AFX_MFCCALLBACK_H__C278D491_7067_11D3_8E5A_00AA006103BC__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"        // main symbols
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CMFCcallbackApp
  19. // See MFC callback.cpp for the implementation of this class
  20. //
  21.  
  22. class CMFCcallbackApp : public CWinApp
  23. {
  24. public:
  25.     CMFCcallbackApp();
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CMFCcallbackApp)
  30.     //}}AFX_VIRTUAL
  31.  
  32.     //{{AFX_MSG(CMFCcallbackApp)
  33.         // NOTE - the ClassWizard will add and remove member functions here.
  34.         //    DO NOT EDIT what you see in these blocks of generated code !
  35.     //}}AFX_MSG
  36.     DECLARE_MESSAGE_MAP()
  37. };
  38.  
  39.  
  40. /////////////////////////////////////////////////////////////////////////////
  41.  
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44.  
  45. #endif // !defined(AFX_MFCCALLBACK_H__C278D491_7067_11D3_8E5A_00AA006103BC__INCLUDED_)
  46.