home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1998 November / Dppcpro1198.iso / Nov / Intelcad / Extras / mfcapp / mfcapp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-13  |  1.2 KB  |  46 lines

  1. // mfcapp.h : main header file for the MFCAPP DLL
  2. //
  3.  
  4. #if !defined(AFX_MFCAPP_H__E8B81485_B9BE_11D1_B2B6_006008A713A4__INCLUDED_)
  5. #define AFX_MFCAPP_H__E8B81485_B9BE_11D1_B2B6_006008A713A4__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. // CMfcappApp
  19. // See mfcapp.cpp for the implementation of this class
  20. //
  21.  
  22. class CMfcappApp : public CWinApp
  23. {
  24. public:
  25.     CMfcappApp();
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CMfcappApp)
  30.     //}}AFX_VIRTUAL
  31.  
  32.     //{{AFX_MSG(CMfcappApp)
  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_MFCAPP_H__E8B81485_B9BE_11D1_B2B6_006008A713A4__INCLUDED_)
  46.