ReadMe.txt
上传用户:hkcoast
上传日期:2007-01-12
资源大小:979k
文件大小:3k
源码类别:

手机短信编程

开发平台:

Visual C++

  1. ========================================================================
  2.     ACTIVE TEMPLATE LIBRARY : SMPPCOM Project Overview
  3. ========================================================================
  4. AppWizard has created this SMPPCOM project for you to use as the starting point for
  5. writing your Dynamic Link Library (DLL).
  6. This file contains a summary of what you will find in each of the files that
  7. make up your project.
  8. SMPPCOM.vcproj
  9.     This is the main project file for VC++ projects generated using an Application Wizard. 
  10.     It contains information about the version of Visual C++ that generated the file, and 
  11.     information about the platforms, configurations, and project features selected with the
  12.     Application Wizard.
  13. SMPPCOM.idl
  14.     This file contains the IDL definitions of the type library, the interfaces
  15.     and co-classes defined in your project.
  16.     This file will be processed by the MIDL compiler to generate:
  17.         C++ interface definitions and GUID declarations (SMPPCOM.h)
  18.         GUID definitions                                (SMPPCOM_i.c)
  19.         A type library                                  (SMPPCOM.tlb)
  20.         Marshaling code                                 (SMPPCOM_p.c and dlldata.c)
  21. SMPPCOM.h
  22.     This file contains the C++ interface definitions and GUID declarations of the
  23.     items defined in SMPPCOM.idl. It will be regenerated by MIDL during compilation.
  24. SMPPCOM.cpp
  25.     This file contains the object map and the implementation of your DLL's exports.
  26. SMPPCOM.rc
  27.     This is a listing of all of the Microsoft Windows resources that the
  28.     program uses.
  29. SMPPCOM.def
  30.     This module-definition file provides the linker with information about the exports
  31.     required by your DLL. It contains exports for:
  32.         DllGetClassObject  
  33.         DllCanUnloadNow    
  34.         GetProxyDllInfo    
  35.         DllRegisterServer
  36.         DllUnregisterServer
  37. /////////////////////////////////////////////////////////////////////////////
  38. Other standard files:
  39. StdAfx.h, StdAfx.cpp
  40.     These files are used to build a precompiled header (PCH) file
  41.     named SMPPCOM.pch and a precompiled types file named StdAfx.obj.
  42. Resource.h
  43.     This is the standard header file that defines resource IDs.
  44. /////////////////////////////////////////////////////////////////////////////
  45. Other notes:
  46. The MFC Support option builds the Microsoft Foundation Class libraries into your skeleton application,
  47. making MFC classes, objects and functions available to you.
  48. /////////////////////////////////////////////////////////////////////////////