VC file extension interpretation

xiaoxiao2021-04-09  312

.Aps: Store the intermediate file of binary resources, and VC converts the current resource file into a binary format and stores in the APS file to speed up the resource loading speed. Resource auxiliary files.

.Bmp: Bitmap resource file.

.BSC: Browsing the information file, generated from the Browse Information Maintenance Tool (BSCmake) from the original browsing information file (.sbr), the BSC file can be used to quickly locate in the source code editing window. For browsing project information, if you use Source Brower, you must have this file. You can remove the Generate Browse Info File in Project Options, so you can speed up the compilation schedule.

.C: Source code file written in C language.

.Clw: ClassWizard generated files used to store class information. ClassWizard information file, the format of the INI file.

.Cnt: The structure used to define "Contents" in the help file.

.Cpp or .cxx: Source code file written in C language.

.Cur: Cursor resource file.

.Def: The module definition file is used to generate a dynamic link library.

.Dlg: Defines a separate file for dialog resources. This document is not required for VC project, because VC generally puts the dialog resource in the .rc resource definition file.

.Dsp: VC development environment generated engineering file, VC4 and previous versions use MAK files to define projects. Project file, text format.

.Dsw: VC development environment generated Workspace file used to organize multiple projects into a Workspace. Workspace file, similar to .dsp is similar.

.Exp: The output file generated from the DEF file from the DEF file, which contains the output information of the function and the data item, and the Link Tool will use the Exp file to create a dynamic link library. Only when the DLL is compiled, some of the information in the DLL file is recorded.

.H, .hpp or .hxx: The header file written in the C / C language is usually used to define data types, declare variables, functions, structures, and classes.

.Hlp: Windows help file.

.Hm: In the HELP project, the file defines the correspondence between the help file and the dialog, menu, or other resources.

.Hpj: Help engineering files generated by Help Workshop, used to control the generation process of the HELP file.

.Hpg, the project of the generated file.

.Ico: Icon resource file.

.Ilk: An intermediate file generated during the connection, only for the LINK tool.

: Profile.

.Lib: library files, the Link Tool will use it to connect to various input libraries to eventually generate the exe file.

.Lic: User license file, you need this file when you use some ActiveX controls.

.Mak: Make file, VC4 and engineering files used in previous versions to specify how to create a project, and VC6 converts MAK files into DSP files.

.Map: One text file generated by the Link tool, which contains some information of the program being connected, such as group information and common symbol information in the program. Implement the image information record file of the file.

.Mdp: Older version of the project file, equivalent to .dsp

.Ncb: NCB is the abbreviation of "No Compile Browser", where information is stored in ClassView, WizardBar, and Component Gallery, automatically generated by the VC development environment. No compile browsing files. This file can be deleted when the function is automatically completed. Automatically generates after compiling. .Obj: The target file generated by the compiler or assembly tool is the binary intermediate file of the module.

.Odl: The source code file written in the object description language, VC uses it to generate a TLB file.

.Olb: A special dynamic link library with type library resources, also called object library files.

.Opt: The VC development environment automatically generates files used to store various options in Workspace. Engineering parameter file on the development environment. Such as tool bar position information, etc.

.Pbi, .pbo, and .pbt: Three files generated and used by the VC performance analysis tool profile.

.Pch: Pre-translated head file, relatively large, automatically generated by the compiler when establishing an engineering, where some code has been compiled in the project, and no longer recompile these code when establishing a project in order to speed up the entire compilation process speed.

.Pdb: Program database file, automatically generates when establishing an engineering, where the various information of the program is stored, used to speed up the debugging process. Record some data and debug information related to the program.

.Plg: Compilation information file, Error and Warning information files when compiling.

.Rc: Resource definition file.

.Rc2: Resource definition file for use in some special cases.

.Reg: Registry information file.

.Res: binary resource file, the resource compiler compiles the resource definition file to generate the RES file.

.Rtf: Rich text format documentation, can be created by Word or Word board, often used to generate a Help file.

.Sbr: VC compiler The original browsing information file generated by each OBJ file, browsing the information maintenance tool (BSCmake) will use the SBR file to generate the BSC file.

.Tlb: OLE library file, where the data type of the OLE automation object, module, and interface definitions, automated servers can understand the use of automated objects through the TLB file.

.Wav: Sound resource file.

.Aps: Store the intermediate file of binary resources, and VC converts the current resource file into a binary format and stores in the APS file to speed up the resource loading speed. Resource auxiliary files.

.Bmp: Bitmap resource file.

.BSC: Browsing the information file, generated from the Browse Information Maintenance Tool (BSCmake) from the original browsing information file (.sbr), the BSC file can be used to quickly locate in the source code editing window. For browsing project information, if you use Source Brower, you must have this file. You can remove the Generate Browse Info File in Project Options, so you can speed up the compilation schedule.

.C: Source code file written in C language.

.Clw: ClassWizard generated files used to store class information. ClassWizard information file, the format of the INI file.

.Cnt: The structure used to define "Contents" in the help file.

.Cpp or .cxx: Source code file written in C language.

.Cur: Cursor resource file.

.Def: The module definition file is used to generate a dynamic link library.

.Dlg: Defines a separate file for dialog resources. This document is not required for VC project, because VC generally puts the dialog resource in the .rc resource definition file. .Dsp: VC development environment generated engineering file, VC4 and previous versions use MAK files to define projects. Project file, text format.

.Dsw: VC development environment generated Workspace file used to organize multiple projects into a Workspace. Workspace file, similar to .dsp is similar.

.Exp: The output file generated from the DEF file from the DEF file, which contains the output information of the function and the data item, and the Link Tool will use the Exp file to create a dynamic link library. Only when the DLL is compiled, some of the information in the DLL file is recorded.

.H, .hpp or .hxx: The header file written in the C / C language is usually used to define data types, declare variables, functions, structures, and classes.

.Hlp: Windows help file.

.Hm: In the HELP project, the file defines the correspondence between the help file and the dialog, menu, or other resources.

.Hpj: Help engineering files generated by Help Workshop, used to control the generation process of the HELP file.

.Hpg, the project of the generated file.

.Ico: Icon resource file.

.Ilk: An intermediate file generated during the connection, only for the LINK tool.

: Profile.

.Lib: library files, the Link Tool will use it to connect to various input libraries to eventually generate the exe file.

.Lic: User license file, you need this file when you use some ActiveX controls.

.Mak: Make file, VC4 and engineering files used in previous versions to specify how to create a project, and VC6 converts MAK files into DSP files.

.Map: One text file generated by the Link tool, which contains some information of the program being connected, such as group information and common symbol information in the program. Implement the image information record file of the file.

.Mdp: Older version of the project file, equivalent to .dsp

.Ncb: NCB is the abbreviation of "No Compile Browser", where information is stored in ClassView, WizardBar, and Component Gallery, automatically generated by the VC development environment. No compile browsing files. This file can be deleted when the function is automatically completed. Automatically generates after compiling.

.Obj: The target file generated by the compiler or assembly tool is the binary intermediate file of the module.

.Odl: The source code file written in the object description language, VC uses it to generate a TLB file.

.Olb: A special dynamic link library with type library resources, also called object library files.

.Opt: The VC development environment automatically generates files used to store various options in Workspace. Engineering parameter file on the development environment. Such as tool bar position information, etc.

.Pbi, .pbo, and .pbt: Three files generated and used by the VC performance analysis tool profile.

.Pch: Pre-translated head file, relatively large, automatically generated by the compiler when establishing an engineering, where some code has been compiled in the project, and no longer recompile these code when establishing a project in order to speed up the entire compilation process speed.

.Pdb: Program database file, automatically generates when establishing an engineering, where the various information of the program is stored, used to speed up the debugging process. Record some data and debug information related to the program.

.Plg: Compilation information file, Error and Warning information files when compiling.

.Rc: Resource definition file. .Rc2: Resource definition file for use in some special cases.

.Reg: Registry information file.

.Res: binary resource file, the resource compiler compiles the resource definition file to generate the RES file.

.Rtf: Rich text format documentation, can be created by Word or Word board, often used to generate a Help file.

.Sbr: VC compiler The original browsing information file generated by each OBJ file, browsing the information maintenance tool (BSCmake) will use the SBR file to generate the BSC file.

.Tlb: OLE library file, where the data type of the OLE automation object, module, and interface definitions, automated servers can understand the use of automated objects through the TLB file.

.Wav: Sound resource file.

转载请注明原文地址:https://www.9cbs.com/read-133048.html

New Post(0)