home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / vbasic / Data / Utils / XZipComp.exe / XceedZip.Cab / F112497_Started.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-10  |  1.0 KB  |  41 lines

  1. // Started.h : main header file for the STARTED application
  2. //
  3. // This file is part of the Xceed Zip 4 Getting Started sample using MFC
  4. // Copyright (c) 1998-1999 Xceed Software Inc.
  5. //
  6.  
  7. #ifndef __AFXWIN_H__
  8.     #error include 'stdafx.h' before including this file for PCH
  9. #endif
  10.  
  11. #include "resource.h"        // main symbols
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CStartedApp:
  15. // See Started.cpp for the implementation of this class
  16. //
  17.  
  18. class CStartedApp : public CWinApp
  19. {
  20. public:
  21.     CStartedApp();
  22.  
  23. // Overrides
  24.     // ClassWizard generated virtual function overrides
  25.     //{{AFX_VIRTUAL(CStartedApp)
  26.     public:
  27.     virtual BOOL InitInstance();
  28.     //}}AFX_VIRTUAL
  29.  
  30. // Implementation
  31.  
  32.     //{{AFX_MSG(CStartedApp)
  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.