readme.txt

来自「Visual_C++[1].NET_Bible1 Visual_C++宝典书中」· 文本 代码 · 共 46 行

TXT
46
字号
========================================================================
       ATL SERVER : MyFirstATLServerWebService Project Overview
========================================================================

AppWizard has created this MyFirstATLServerWebService application for you.  This application
not only demonstrates the basics of using the ATL Server Classes but is also a starting 
point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your MyFirstATLServerWebService application.

MyFirstATLServerWebService.vcproj
    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.
 
MyFirstATLServerWebService.h
    This file contains your ATL Server request handler class customized based on the 
    options you chose in the the ATL Server Wizard.
 
MyFirstATLServerWebService.disco
    This file contains information that allows your web service to be exposed via
    web servers supporting the DISCO protocol.
	
MyFirstATLServerWebService.htm
    This is a webpage containing a description of your web service.  It is referenced
    in MyFirstATLServerWebService.disco.  You should update this file when adding or
    removing methods from your web service.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    and a precompiled types file.

/////////////////////////////////////////////////////////////////////////////

Other notes:
 
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?