WIL説明書(C++)  3.0.0
stdafx.h
[詳解]
1 // $Revision: 1.1 $
2 
3 #ifndef _EVCBASIC_STDAFX_H_INCLUDED_
4 #define _EVCBASIC_STDAFX_H_INCLUDED_
5 
6 #if _MSC_VER > 1000
7 #pragma once
8 #endif // _MSC_VER > 1000
9 
10 #ifndef VC_EXTRALEAN
11 #define VC_EXTRALEAN
12 #endif
13 
14 #ifndef WINVER
15 #define WINVER 0x0501
16 #endif
17 
18 #ifndef _WIN32_WINNT
19 #define _WIN32_WINNT 0x0501
20 #endif
21 
22 #ifndef _WIN32_WINDOWS
23 #define _WIN32_WINDOWS 0x0410
24 #endif
25 
26 #ifndef _WIN32_IE
27 #define _WIN32_IE 0x0600
28 #endif
29 
30 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
31 
32 #include <afxwin.h> // MFC core and standard component
33 #include <afxext.h> // MFC extended part
34 
35 #ifndef _AFX_NO_OLE_SUPPORT
36 #include <afxole.h> // MFC OLE class
37 #include <afxodlgs.h> // MFC OLE dialog class
38 #include <afxdisp.h> // MFC Automation class
39 #endif // _AFX_NO_OLE_SUPPORT
40 
41 
42 #ifndef _AFX_NO_DB_SUPPORT
43 #include <afxdb.h> // MFC ODBC database class
44 #endif // _AFX_NO_DB_SUPPORT
45 
46 #ifndef _AFX_NO_DAO_SUPPORT
47 #include <afxdao.h> // MFC DAO database class
48 #endif // _AFX_NO_DAO_SUPPORT
49 
50 #include <afxdtctl.h> // MFC Internet Explorer 4 common control support
51 #ifndef _AFX_NO_AFXCMN_SUPPORT
52 #include <afxcmn.h> // MFC Windows common control support
53 #endif // _AFX_NO_AFXCMN_SUPPORT
54 
55 
56 //{{AFX_INSERT_LOCATION}}
57 
58 //
59 // FAST Include files
60 
61 #include "FVCLbasic.h"
62 #include "resource.h"
63 #include "src/EVCbasicMacros.h"
64 #include "src/EVCbasicDeclare.h"
65 #include "src/EVCbasicFunction.h"
66 
67 #endif // _EVCBASIC_STDAFX_H_INCLUDED_
基本GUIライブラリのグローバル関数のヘッダ
基本GUIライブラリ定義ヘッダ
リソースID定義ファイル
基本GUIライブラリのマクロ
FVCL基本ライブラリヘッダ

Documentation copyright © 2007 FAST Corporation. [B-001864]
Generated on 2023年11月02日(木) 10時12分53秒 for WIL説明書(C++) by doxygen 1.8.11