Go to file
2025-02-27 17:04:38 +08:00
.gitattributes 添加 .gitattributes 和 .gitignore。 2025-02-27 17:04:01 +08:00
.gitignore 添加 .gitattributes 和 .gitignore。 2025-02-27 17:04:01 +08:00
dllmain.cpp 添加项目文件。 2025-02-27 17:04:38 +08:00
dllmain.h 添加项目文件。 2025-02-27 17:04:38 +08:00
MobsetWeb_i.h 添加项目文件。 2025-02-27 17:04:38 +08:00
MobsetWeb.cpp 添加项目文件。 2025-02-27 17:04:38 +08:00
MobsetWeb.def 添加项目文件。 2025-02-27 17:04:38 +08:00
MobsetWeb.idl 添加项目文件。 2025-02-27 17:04:38 +08:00
MobsetWeb.rc 添加项目文件。 2025-02-27 17:04:38 +08:00
MobsetWeb.rgs 添加项目文件。 2025-02-27 17:04:38 +08:00
MobsetWeb.sln 添加项目文件。 2025-02-27 17:04:38 +08:00
MobsetWeb.vcxproj 添加项目文件。 2025-02-27 17:04:38 +08:00
MobsetWeb.vcxproj.filters 添加项目文件。 2025-02-27 17:04:38 +08:00
ReadMe.txt 添加项目文件。 2025-02-27 17:04:38 +08:00
resource.h 添加项目文件。 2025-02-27 17:04:38 +08:00
Sms.cpp 添加项目文件。 2025-02-27 17:04:38 +08:00
Sms.h 添加项目文件。 2025-02-27 17:04:38 +08:00
Sms.rgs 添加项目文件。 2025-02-27 17:04:38 +08:00
stdafx.cpp 添加项目文件。 2025-02-27 17:04:38 +08:00
stdafx.h 添加项目文件。 2025-02-27 17:04:38 +08:00
targetver.h 添加项目文件。 2025-02-27 17:04:38 +08:00
xdlldata.c 添加项目文件。 2025-02-27 17:04:38 +08:00
xdlldata.h 添加项目文件。 2025-02-27 17:04:38 +08:00
XYSerup.xml 添加项目文件。 2025-02-27 17:04:38 +08:00
调试方法.txt 添加项目文件。 2025-02-27 17:04:38 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

========================================================================
    活动模板库 : MobsetWeb 项目概述
========================================================================

应用程序向导已为您创建了此 MobsetWeb 项目,作为编写动态链接库 (DLL) 
的起点。

本文件概要介绍组成项目的每个文件的内容。

MobsetWeb.vcxproj
    这是使用应用程序向导生成的 VC++ 项目的主项目文件,
    其中包含生成该文件的 Visual C++ 的版本信息,
    以及有关使用应用程序向导选择的平台、配置和项目功能的信息。

MobsetWeb.vcxproj.filters
    这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 
    它包含有关项目文件与筛选器之间的关联信息。 在 IDE 中,通过这种关联,
    在特定节点下以分组形式显示具有相似扩展名的文件。
    例如,“.cpp”文件与“源文件”筛选器关联。

MobsetWeb.idl
    此文件包含项目中定义的类型库、接口和组件类的 IDL 定义。
    此文件将由 MIDL 编译器处理以生成:
        C++ 接口定义和 GUID 声明		(MobsetWeb.h)
        GUID 定义			(MobsetWeb_i.c)
        类型库				(MobsetWeb.tlb)
        封送处理代码			(MobsetWeb_p.c 和 
                                           dlldata.c

MobsetWeb.h
    此文件包含 MobsetWeb.idl 中定义的项目的 C++ 接口定义
    和 GUID 声明。 它将在编译过程中由 MIDL 重新生成。

MobsetWeb.cpp
    此文件包含对象映射和 DLL 导出的实现。

MobsetWeb.rc
    这是程序使用的所有 Microsoft Windows 资源的列表。

MobsetWeb.def
    此模块定义文件为链接器提供有关 DLL 所要求的导出的信息, 
    它包含用于以下内容的导出:
        DllGetClassObject
        DllCanUnloadNow
        DllRegisterServer
        DllUnregisterServer
        DllInstall

/////////////////////////////////////////////////////////////////////////////
其他标准文件:

StdAfx.hStdAfx.cpp
    这些文件用于生成名为 MobsetWeb.pch 的预编译头 (PCH) 文件和
    名为 StdAfx.obj 的预编译类型文件。

Resource.h
    这是用于定义资源 ID 的标准头文件。


/////////////////////////////////////////////////////////////////////////////
其他注释:


	“MFC 支持”选项可用于将 Microsoft 基础类库构建到您的主干应用程序中,
 	从而让您能够使用 MFC 类、对象和函数。
/////////////////////////////////////////////////////////////////////////////