source: trunk/DirectShowSpy/ReadMe.txt @ 124

Last change on this file since 124 was 95, checked in by roman, 12 years ago

DirectShowSpy? moved from Assembla

File size: 3.0 KB
Line 
1========================================================================
2    ACTIVE TEMPLATE LIBRARY : DirectShowSpy Project Overview
3========================================================================
4
5AppWizard has created this DirectShowSpy project for you to use as the starting point for
6writing your Dynamic Link Library (DLL).
7
8This file contains a summary of what you will find in each of the files that
9make up your project.
10
11DirectShowSpy.vcproj
12    This is the main project file for VC++ projects generated using an Application Wizard.
13    It contains information about the version of Visual C++ that generated the file, and
14    information about the platforms, configurations, and project features selected with the
15    Application Wizard.
16
17DirectShowSpy.idl
18    This file contains the IDL definitions of the type library, the interfaces
19    and co-classes defined in your project.
20    This file will be processed by the MIDL compiler to generate:
21        C++ interface definitions and GUID declarations (DirectShowSpy.h)
22        GUID definitions                                (DirectShowSpy_i.c)
23        A type library                                  (DirectShowSpy.tlb)
24        Marshaling code                                 (DirectShowSpy_p.c and dlldata.c)
25
26DirectShowSpy.h
27    This file contains the C++ interface definitions and GUID declarations of the
28    items defined in DirectShowSpy.idl. It will be regenerated by MIDL during compilation.
29
30DirectShowSpy.cpp
31    This file contains the object map and the implementation of your DLL's exports.
32
33DirectShowSpy.rc
34    This is a listing of all of the Microsoft Windows resources that the
35    program uses.
36
37DirectShowSpy.def
38    This module-definition file provides the linker with information about the exports
39    required by your DLL. It contains exports for:
40        DllGetClassObject
41        DllCanUnloadNow
42        DllRegisterServer
43        DllUnregisterServer
44
45/////////////////////////////////////////////////////////////////////////////
46Other standard files:
47
48StdAfx.h, StdAfx.cpp
49    These files are used to build a precompiled header (PCH) file
50    named DirectShowSpy.pch and a precompiled types file named StdAfx.obj.
51
52Resource.h
53    This is the standard header file that defines resource IDs.
54
55/////////////////////////////////////////////////////////////////////////////
56Proxy/stub DLL project and module definition file:
57
58DirectShowSpyps.vcproj
59    This file is the project file for building a proxy/stub DLL if necessary.
60        The IDL file in the main project must contain at least one interface and you must
61        first compile the IDL file before building the proxy/stub DLL.  This process generates
62        dlldata.c, DirectShowSpy_i.c and DirectShowSpy_p.c which are required
63        to build the proxy/stub DLL.
64
65DirectShowSpyps.def
66    This module definition file provides the linker with information about the exports
67    required by the proxy/stub.
68
69/////////////////////////////////////////////////////////////////////////////
Note: See TracBrowser for help on using the repository browser.