Test.h
上传用户:yunnanyeer
上传日期:2007-01-03
资源大小:86k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. // Test.h : main header file for the TEST application
  2. //
  3. #if !defined(AFX_TEST_H__A94B98DE_5F3C_11D1_898E_0080C83612CB__INCLUDED_)
  4. #define AFX_TEST_H__A94B98DE_5F3C_11D1_898E_0080C83612CB__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 <setjmp.h>
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CTestApp:
  15. // See Test.cpp for the implementation of this class
  16. //
  17. class CTestApp : public CWinApp
  18. {
  19. public:
  20. CTestApp();
  21. CDatabase db;
  22. jmp_buf jmp_mark;
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CTestApp)
  26. public:
  27. virtual BOOL InitInstance();
  28. virtual LRESULT ProcessWndProcException(CException* e, const MSG* pMsg);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. //{{AFX_MSG(CTestApp)
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_TEST_H__A94B98DE_5F3C_11D1_898E_0080C83612CB__INCLUDED_)