Git Product home page Git Product logo

xray-detectorcontrol's Introduction

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

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

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

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

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

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

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

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

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

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

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

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

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

/////////////////////////////////////////////////////////////////////////////
代理/存根 (stub) DLL 项目和模块定义文件:

DetectorControlps.vcxproj
    此文件是用于生成代理/存根 (stub) DLL 的项目文件(若有必要)。主项目中的 IDL 
    文件必须至少包含一个接口,并且在生成代理/存根 (stub) DLL 之前必须先编译 IDL 
    文件。此进程生成 dlldata.c、DetectorControl_i.c 和 
    DetectorControl_p.c,这些文件是生成代理/存根 (stub) DLL 所必需的。

DetectorControlps.vcxproj.filters
    此文件是代理/存根项目的筛选器文件。 它包含有关项目
    文件与筛选器之间的关联信息。 在 IDE 中,
    通过这种关联,在特定节点下以分组形式显示具有相似扩展名
    的文件(例如,“.cpp”文件与“源文件”筛选器关联)。

DetectorControlps.def
    此模块定义文件为链接器提供有关代理/存根 (stub) 所要求的导出的信息。

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.