home *** CD-ROM | disk | FTP | other *** search
/ Using Visual C++ 4 (Special Edition) / Using_Visual_C_4_Special_Edition_QUE_1996.iso / ch11 / calen.h < prev    next >
C/C++ Source or Header  |  1995-10-23  |  521b  |  22 lines

  1. // Calen.h : main header file for CALEN.DLL
  2.  
  3. #if !defined( __AFXCTL_H__ )
  4.     #error include 'afxctl.h' before including this file
  5. #endif
  6.  
  7. #include "resource.h"       // main symbols
  8.  
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CCalenApp : See Calen.cpp for implementation.
  11.  
  12. class CCalenApp : public COleControlModule
  13. {
  14. public:
  15.     BOOL InitInstance();
  16.     int ExitInstance();
  17. };
  18.  
  19. extern const GUID CDECL _tlid;
  20. extern const WORD _wVerMajor;
  21. extern const WORD _wVerMinor;
  22.