1
1
================================================================================
2
- MICROSOFT FOUNDATION CLASS LIBRARY : tool3 Project Overview
2
+ MICROSOFT FOUNDATION CLASS LIBRARY : ZeroBlockMT Project Overview
3
3
===============================================================================
4
4
5
- tool3.vcxproj
5
+ The application wizard has created this ZeroBlockMT application for
6
+ you. This application not only demonstrates the basics of using the Microsoft
7
+ Foundation Classes but is also a starting point for writing your application.
8
+
9
+ This file contains a summary of what you will find in each of the files that
10
+ make up your ZeroBlockMT application.
11
+
12
+ ZeroBlockMT.vcxproj
6
13
This is the main project file for VC++ projects generated using an application wizard.
7
14
It contains information about the version of Visual C++ that generated the file, and
8
15
information about the platforms, configurations, and project features selected with the
9
16
application wizard.
10
17
11
- tool3 .vcxproj.filters
18
+ ZeroBlockMT .vcxproj.filters
12
19
This is the filters file for VC++ projects generated using an Application Wizard.
13
20
It contains information about the association between the files in your project
14
21
and the filters. This association is used in the IDE to show grouping of files with
15
22
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
16
23
"Source Files" filter).
17
24
18
- tool3 .h
25
+ ZeroBlockMT .h
19
26
This is the main header file for the application. It includes other
20
27
project specific headers (including Resource.h) and declares the
21
- Ctool3App application class.
28
+ CZeroBlockMTApp application class.
22
29
23
- tool3 .cpp
30
+ ZeroBlockMT .cpp
24
31
This is the main application source file that contains the application
25
- class Ctool3App .
32
+ class CZeroBlockMTApp .
26
33
27
- tool3 .rc
34
+ ZeroBlockMT .rc
28
35
This is a listing of all of the Microsoft Windows resources that the
29
- program uses. This file can be directly edited in Microsoft
36
+ program uses. It includes the icons, bitmaps, and cursors that are stored
37
+ in the RES subdirectory. This file can be directly edited in Microsoft
30
38
Visual C++. Your project resources are in 1033.
31
39
32
- res\tool3.rc2
40
+ res\ZeroBlockMT.ico
41
+ This is an icon file, which is used as the application's icon. This
42
+ icon is included by the main resource file ZeroBlockMT.rc.
43
+
44
+ res\ZeroBlockMT.rc2
33
45
This file contains resources that are not edited by Microsoft
34
46
Visual C++. You should place all resources not editable by
35
47
the resource editor in this file.
@@ -41,34 +53,32 @@ For the main frame window:
41
53
42
54
MainFrm.h, MainFrm.cpp
43
55
These files contain the frame class CMainFrame, which is derived from
44
- CFrameWnd
56
+ CFrameWnd and controls all SDI frame features.
45
57
46
- also
58
+ /////////////////////////////////////////////////////////////////////////////
47
59
48
- tool3.h:
49
- structures to represent all that. defines're there so to make it compatible with hash functions. transaction structure
50
- doesn't need that.same define statements there to ensure that nothing more is in memory so first : it can be copied as memory block wo care (not a big deal) ,
51
- second : if structure has alignment you can copy it as block too but it gives nothing in this case.
52
- copied from blockzero project
53
- mount.cpp
54
60
55
- data
56
- mount.h
57
61
58
- class h file
59
- /////////////////////////////////////////////////////////////////////////////
60
62
63
+ /////////////////////////////////////////////////////////////////////////////
61
64
62
65
Other standard files:
63
66
64
67
StdAfx.h, StdAfx.cpp
65
68
These files are used to build a precompiled header (PCH) file
66
- named tool3 .pch and a precompiled types file named StdAfx.obj.
69
+ named ZeroBlockMT .pch and a precompiled types file named StdAfx.obj.
67
70
68
71
Resource.h
69
72
This is the standard header file, which defines new resource IDs.
70
73
Microsoft Visual C++ reads and updates this file.
71
74
75
+ ZeroBlockMT.manifest
76
+ Application manifest files are used by Windows XP to describe an applications
77
+ dependency on specific versions of Side-by-Side assemblies. The loader uses this
78
+ information to load the appropriate assembly from the assembly cache or private
79
+ from the application. The Application manifest maybe included for redistribution
80
+ as an external .manifest file that is installed in the same folder as the application
81
+ executable or it may be included in the executable in the form of a resource.
72
82
/////////////////////////////////////////////////////////////////////////////
73
83
74
84
Other notes:
0 commit comments