Detailed common suffix under Windows

.APS : intermediate storage of binary resource files , VC the current resource file into a binary format, and stored in the APS document in order to speed up the loading speed of the resources. Resources to Assist the file .

.BMP : bitmap resource file .

. The BSC : browse information file , browse information by the maintenance tool (BSCMAKE) from the original browse information file generation (.SBR), the BSC file can be used to quickly locate the source code editor window. Browse information for the project, it must have the words if the source brower file . Generate Browse Info File can be removed in the project options there, so you can speed up the progress of the compilation.

.C : source code in C language file .

.CLW : storing the generated class information for ClassWizard file . classwizard information file , ini file format.

.CNT : to help defineFiles in the structure of "Contents" of.

.CPP or .CXX : source code written in C ++ language files .

.CUR : cursor resource file .

.DEF : module definition file is used when you generate dynamic link library.

.DLG
: Independent definition dialog resource file . This file for VC project is not necessary, because the dialog box VC general resources on .RC resource definition file in.

The .DSP : VC development environment to generate project files , VC4 and previous versions MAK file to define the project. Project files , text format.

.DSW : VC development environment generated WorkSpace file , used to organize multiple projects into one of the WorkSpace. Workspace file , and .dsp almost.

.EXP : LIB tool from the DEF file generated output file , which contains information about the function and the output data item, the tool uses the LINK EXPFile to create a dynamic link library. It generated only when compiling the DLL, recorded a DLL file some of the information.

.H, .HPP or .HXX : head C / C ++ language file , usually used to define data types, variable declarations, function, structure, and class.

The .HLP : Windows Help file .

.HM : in a Help project, the document defines the help file corresponding relationship between the ID value dialog boxes, menus, or other resources.

.HPJ : generated by the Help Workshop Help project file to control the Help file generation process.

.HPG , generate help files project.

.ICO : Icon resource files .

.Ilk : a connection process to generate an intermediate file , only for LINK tool.

.INI
: Configurationfile.

The .LIB : library files , the LINK tool will be used to connect various input library, to generate the final EXE file .

.LIC
: User licensefile, which is required when using certain ActiveX controlfiles.

The .MAK: That MAKEfile, VC4 and previous versions of the projectfilethat specifies how to build a project, VC6 the MAKfileis converted into DSPfilesto deal with.

The .MAP: LINK tool generated by a textfilethat contains a program connected to certain information, such as the program group information and the common information symbol. Performfilemapping information recorded inthe file.

.MDP: the old version of the projectfile, equivalent to the .dsp

. NCB: NCB is an acronym for "No Compile Browser", in which the store for ClassView, WizardBar, and Component Gallery to use the information automatically generated by VC development environment. No compiler browse files . When the auto-complete problems can delete this file . It will be automatically generated after compilation project.

The .OBJ : a compiler or assembler tool to generate a target file , the intermediate module is a binary file .

.ODL : object-description language source code written document , VC use it to generate TLB file .

.OLB : A special type of dynamic link libraries with library resources, also called object library file .

.OPT : VC development environment automatically generated WorkSpace used to store the various options file . Engineering parameters on the development environment files . The tool bar position information and the like.

.PBI, .PBO and .PBT
: VC generated by the performance analysis tool PROFILE and use the three documents .

.PCH : precompiled header file, Relatively large, automatically generated by the compiler when creating a project, which stocks the project has been part of the code is compiled, when creating a project will no longer recompile the code in order to speed up the entire compilation process.

.PDB : program database file is automatically generated when creating a project, which store a variety of information about the program, used to speed up the debugging process speed. Recorded some debugging information and data relating to the program.

.Plg : compiling information files , error and warning information when compiling the file .

.RC : resource definition file .

.RC2 : resource definition file , for some special cases.

.REG : registry information file .

.RES : binary resource files , resource compiler to compile the resource definition file after generating RES file .

.RTF : Rich Text the Format (rich text format) documents can be Word or WordPad to create, often used to generate the Help file .

.SBR : VC compiler for each OBJ file generated by the original browser informationFile , browse information maintenance tools (BSCMAKE) will use the SBR file to generate a BSC file .

.TLB : OLE library file , which is stored the data type of OLE automation objects, modules and interface definitions, automated server by TLB file will be able to learn how to use automation objects.

.WAV : Sound resource file .

Published 16 original articles · won praise 2 · Views 2372

Guess you like

Origin blog.csdn.net/u011553313/article/details/104208211