home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c12 / lab01 / ex01 / palview.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-20  |  890 b   |  30 lines

  1. #if !defined(PALVIEW_H__7F7767C9_365B_11D0_9C9D_00A0D100E3C8__INCLUDED_)
  2. #define PALVIEW_H__7F7767C9_365B_11D0_9C9D_00A0D100E3C8__INCLUDED_
  3.  
  4. // PalView.h : main header file for PALVIEW.DLL
  5.  
  6. #if !defined( __AFXCTL_H__ )
  7.     #error include 'afxctl.h' before including this file
  8. #endif
  9.  
  10. #include "resource.h"       // main symbols
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CPalViewApp : See PalView.cpp for implementation.
  14.  
  15. class CPalViewApp : public COleControlModule
  16. {
  17. public:
  18.     BOOL InitInstance();
  19.     int ExitInstance();
  20. };
  21.  
  22. extern const GUID CDECL _tlid;
  23. extern const WORD _wVerMajor;
  24. extern const WORD _wVerMinor;
  25.  
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  28.  
  29. #endif // !defined(PALVIEW_H__7F7767C9_365B_11D0_9C9D_00A0D100E3C8__INCLUDED)
  30.