-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
86 lines (64 loc) · 3.46 KB
/
ReadMe.txt
File metadata and controls
86 lines (64 loc) · 3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
========================================================================
ACTIVEX CONTROL DLL : mediaPlayer Project Overview
========================================================================
ControlWizard has created this project for your mediaPlayer ActiveX Control
DLL, which contains 1 control.
This skeleton project not only demonstrates the basics of writing an
ActiveX Control, but is also a starting point for writing the specific
features of your control.
This file contains a summary of what you will find in each of the files
that make up your mediaPlayer ActiveX Control DLL.
mediaPlayer.vcxproj
This is the main project file for VC++ projects generated using an
Application Wizard. It contains information about the version of
Visual C++ that generated the file, and information about the platforms,
configurations, and project features selected with the Application Wizard.
mediaPlayer.vcxproj.filters
This is the filters file for VC++ projects generated using an Application Wizard.
It contains information about the association between the files in your project
and the filters. This association is used in the IDE to show grouping of files with
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
"Source Files" filter).
mediaPlayer.h
This is the main include file for the ActiveX Control DLL. It
includes other project-specific includes such as resource.h.
mediaPlayer.cpp
This is the main source file that contains code for DLL initialization,
termination and other bookkeeping.
mediaPlayer.rc
This is a listing of the Microsoft Windows resources that the project
uses. This file can be directly edited with the Visual C++ resource
editor.
mediaPlayer.def
This file contains information about the ActiveX Control DLL that
must be provided to run with Microsoft Windows.
mediaPlayer.idl
This file contains the Object Description Language source code for the
type library of your control.
/////////////////////////////////////////////////////////////////////////////
CmediaPlayerCtrl control:
mediaPlayerCtrl.h
This file contains the declaration of the CmediaPlayerCtrl C++ class.
mediaPlayerCtrl.cpp
This file contains the implementation of the CmediaPlayerCtrl C++ class.
mediaPlayerPropPage.h
This file contains the declaration of the CmediaPlayerPropPage C++ class.
mediaPlayerPropPage.cpp
This file contains the implementation of the CmediaPlayerPropPage C++ class.
CmediaPlayerCtrl.bmp
This file contains a bitmap that a container will use to represent the
CmediaPlayerCtrl control when it appears on a tool palette. This bitmap
is included by the main resource file mediaPlayer.rc.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
stdafx.h, stdafx.cpp
These files are used to build a precompiled header (PCH) file
named mediaPlayer.pch and a precompiled types (PCT) file named stdafx.obj.
resource.h
This is the standard header file, which defines new resource IDs.
The Visual C++ resource editor reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
ControlWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
/////////////////////////////////////////////////////////////////////////////