Example_vc.h
资源名称:test.rar [点击查看]
上传用户:wuxg88
上传日期:2022-05-28
资源大小:814k
文件大小:1k
源码类别:
通讯编程
开发平台:
C++ Builder
- // Example_vc.h : main header file for the EXAMPLE_VC application
- //
- #if !defined(AFX_EXAMPLE_VC_H__97A5AFFB_80F5_4C36_A7D4_1A5182157BBB__INCLUDED_)
- #define AFX_EXAMPLE_VC_H__97A5AFFB_80F5_4C36_A7D4_1A5182157BBB__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CExample_vcApp:
- // See Example_vc.cpp for the implementation of this class
- //
- class CExample_vcApp : public CWinApp
- {
- public:
- CExample_vcApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CExample_vcApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CExample_vcApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_EXAMPLE_VC_H__97A5AFFB_80F5_4C36_A7D4_1A5182157BBB__INCLUDED_)