ReadMe.txt
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:3k
源码类别:

C#编程

开发平台:

Others

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