home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / BitmapDLL / BitmapDLL.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-03-02  |  1.3 KB  |  46 lines

  1. // BitmapDLL.h : main header file for the BITMAPDLL DLL
  2. //
  3.  
  4. #if !defined(AFX_BITMAPDLL_H__45A3A362_BB27_43E8_BF5B_F044095293A1__INCLUDED_)
  5. #define AFX_BITMAPDLL_H__45A3A362_BB27_43E8_BF5B_F044095293A1__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. // CBitmapDLLApp
  19. // See BitmapDLL.cpp for the implementation of this class
  20. //
  21.  
  22. class CBitmapDLLApp : public CWinApp
  23. {
  24. public:
  25.     CBitmapDLLApp();
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CBitmapDLLApp)
  30.     //}}AFX_VIRTUAL
  31.  
  32.     //{{AFX_MSG(CBitmapDLLApp)
  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 Visual C++ will insert additional declarations immediately before the previous line.
  44.  
  45. #endif // !defined(AFX_BITMAPDLL_H__45A3A362_BB27_43E8_BF5B_F044095293A1__INCLUDED_)
  46.