test8.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. // test8.h : main header file for the TEST8 application
  2. //
  3. #if !defined(AFX_TEST8_H__0DB7DF7A_4120_11D4_8853_CB775DC66518__INCLUDED_)
  4. #define AFX_TEST8_H__0DB7DF7A_4120_11D4_8853_CB775DC66518__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. #include <vfw.h>
  13. #include "..publicgol_isee.h"
  14. #include "gol_rwcc.h"
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CTest8App:
  17. // See test8.cpp for the implementation of this class
  18. //
  19. class CTest8App : public CWinApp
  20. {
  21. public:
  22. CTest8App();
  23. HMODULE hBmpLib;
  24. HMODULE hLib;
  25. int (WINAPI *pAccess)(LPINFOSTR);
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CTest8App)
  29. public:
  30. virtual BOOL InitInstance();
  31. virtual int ExitInstance();
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. //{{AFX_MSG(CTest8App)
  35. afx_msg void OnAppAbout();
  36. afx_msg void OnFileOpen();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. int WINAPI fnp(int total, int cur);
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_TEST8_H__0DB7DF7A_4120_11D4_8853_CB775DC66518__INCLUDED_)