Commit fd1bd7a4 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52546 954022d7-b5bf-4e40-9824-e11837661b57
parent 1811191e
======================================================================== ========================================================================
ACTIVE TEMPLATE LIBRARY : AVSOfficeDocxRenderer Project Overview ACTIVE TEMPLATE LIBRARY : ASCOfficeDocxRenderer Project Overview
======================================================================== ========================================================================
AppWizard has created this AVSOfficeDocxRenderer project for you to use as the starting point for AppWizard has created this ASCOfficeDocxRenderer project for you to use as the starting point for
writing your Dynamic Link Library (DLL). writing your Dynamic Link Library (DLL).
This project is implemented with Visual C++ attributes. This project is implemented with Visual C++ attributes.
...@@ -10,29 +10,29 @@ This project is implemented with Visual C++ attributes. ...@@ -10,29 +10,29 @@ This project is implemented with Visual C++ attributes.
This file contains a summary of what you will find in each of the files that This file contains a summary of what you will find in each of the files that
make up your project. make up your project.
AVSOfficeDocxRenderer.vcproj ASCOfficeDocxRenderer.vcproj
This is the main project file for VC++ projects generated using an Application Wizard. 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 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 information about the platforms, configurations, and project features selected with the
Application Wizard. Application Wizard.
_AVSOfficeDocxRenderer.idl _ASCOfficeDocxRenderer.idl
This file will be generated by the compiler when the project is built. It will contain the IDL This file will be generated by the compiler when the project is built. It will contain the IDL
definitions of the type library, the interfaces and co-classes defined in your project. definitions of the type library, the interfaces and co-classes defined in your project.
This file will be processed by the MIDL compiler to generate: This file will be processed by the MIDL compiler to generate:
C++ interface definitions and GUID declarations (_AVSOfficeDocxRenderer.h) C++ interface definitions and GUID declarations (_ASCOfficeDocxRenderer.h)
GUID definitions (_AVSOfficeDocxRenderer_i.c) GUID definitions (_ASCOfficeDocxRenderer_i.c)
A type library (_AVSOfficeDocxRenderer.tlb) A type library (_ASCOfficeDocxRenderer.tlb)
Marshaling code (_AVSOfficeDocxRenderer_p.c and dlldata.c) Marshaling code (_ASCOfficeDocxRenderer_p.c and dlldata.c)
AVSOfficeDocxRenderer.cpp ASCOfficeDocxRenderer.cpp
This file contains the object map and the implementation of your DLL's exports. This file contains the object map and the implementation of your DLL's exports.
AVSOfficeDocxRenderer.rc ASCOfficeDocxRenderer.rc
This is a listing of all of the Microsoft Windows resources that the This is a listing of all of the Microsoft Windows resources that the
program uses. program uses.
AVSOfficeDocxRenderer.def ASCOfficeDocxRenderer.def
This module-definition file provides the linker with information about the exports This module-definition file provides the linker with information about the exports
required by your DLL. It contains exports for: required by your DLL. It contains exports for:
DllGetClassObject DllGetClassObject
...@@ -46,7 +46,7 @@ Other standard files: ...@@ -46,7 +46,7 @@ Other standard files:
StdAfx.h, StdAfx.cpp StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file These files are used to build a precompiled header (PCH) file
named AVSOfficeDocxRenderer.pch and a precompiled types file named StdAfx.obj. named ASCOfficeDocxRenderer.pch and a precompiled types file named StdAfx.obj.
Resource.h Resource.h
This is the standard header file that defines resource IDs. This is the standard header file that defines resource IDs.
...@@ -54,14 +54,14 @@ Resource.h ...@@ -54,14 +54,14 @@ Resource.h
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
Proxy/stub DLL project and module definition file: Proxy/stub DLL project and module definition file:
AVSOfficeDocxRendererps.vcproj ASCOfficeDocxRendererps.vcproj
This file is the project file for building a proxy/stub DLL if necessary. This file is the project file for building a proxy/stub DLL if necessary.
The IDL file in the main project must contain at least one interface and you must The IDL file in the main project must contain at least one interface and you must
first compile the IDL file before building the proxy/stub DLL. This process generates first compile the IDL file before building the proxy/stub DLL. This process generates
dlldata.c, AVSOfficeDocxRenderer_i.c and AVSOfficeDocxRenderer_p.c which are required dlldata.c, ASCOfficeDocxRenderer_i.c and ASCOfficeDocxRenderer_p.c which are required
to build the proxy/stub DLL. to build the proxy/stub DLL.
AVSOfficeDocxRendererps.def ASCOfficeDocxRendererps.def
This module definition file provides the linker with information about the exports This module definition file provides the linker with information about the exports
required by the proxy/stub. required by the proxy/stub.
......
//{{NO_DEPENDENCIES}} //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file. // Microsoft Visual C++ generated include file.
// Used by AVSOfficeDocxRenderer.rc // Used by ASCOfficeDocxRenderer.rc
// //
#define IDS_PROJNAME 100 #define IDS_PROJNAME 100
#define IDR_AVSOFFICEDOCXRENDERER 101 #define IDR_ASCOFFICEDOCXRENDERER 101
#define IDR_DOCUMENT1 201 #define IDR_DOCUMENT1 201
// Next default values for new objects // Next default values for new objects
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment