Visual C + + file extension interpretation

Source: Internet
Author: User
Tags ole

visualc++ File extension Interpretation

[1] . APS: Resource-assisted intermediate files that store binary resources (can speed up resource loading).

[2] . BMP: Bitmap resource file.

[3] . BSC: Browse information files. Generated by the Browse Information Maintenance tool (BSCMAKE) from the original browse information file (. SBR), the BSC file can be used for high-speed positioning in the source editing form.

You can remove the Generate Browse Info File from the project options. This can speed up the compilation progress.

[4] . C: Source code files written in C language.

[5] . CLW: ClassWizard generates a file that holds class information.

[6] . CNT: A structure used to define "Contents" in a Help file.

[7] . CPP or. CXX: Source files written in the C + + language.

[8] . CUR: Cursor resource file.

[9] . DEF: module definition file for use in generating dynamic link libraries.

[Ten] . DLG: A stand-alone file that defines a dialog box resource. For VCProject is not necessary, because VC generally put the dialog box resources in the. rc file.

[One by one] . DSP: VC development environment-generated project files, VC4 and previous version numbers use a MAK file to define project.

Project file, text format.

[] . DSW: VC development Environment Generated workspace file, used to organize multiple project into a workspace, similar to the. DSP.

[] . EXP: Output file generated by the Lib tool from the Def file. This includes output information for functions and data items, and the link tool uses the exp file to create a dynamic-link library.

It is only generated when the DLL is compiled, and some information in the DLL file is recorded.

[+] . H. HPP or. HXX: Header files written in the C + + language. Commonly used to define data types, declaring variables, functions, structures, and classes.

[A] . HLP: Windows Help file.

[+] . HM: In Helpproject, the file defines the corresponding relationship between the ID value of the Help file and the dialog box, menu, or other resource.

[+] . HPJ: A helpproject file generated by Help Workshop to control the build process of the Help file.

[+] . HPG: Project that generates help files.

[+] . ICO: Icon resource file.

[+] . ILK: An intermediate file generated during the connection process that is used only by the link tool.

[+] . INI: Configuration file.

[] . LIB: library file, which the link tool uses to connect various input libraries to finally generate EXE files.

[All] . LIC: User License Book file, which is required when using certain ActiveX controls.

[+] . MAK: The Make file, VC4, and the project file used by the previous version number to specify how to build a project.

[+] . MAP: A text file generated by the link tool, including some information about the connected program. The image information log file that runs the file.

[+] . MDP: The project file for the old version number. Equivalent to. dsp.

[+] . NCB: NCB is "No Compile Browser" abbreviation, which stored for ClassView, WizardBar and componentgallery use of information, compiled project will be self-generated. You can delete this file when you are actively completing a problem.

[] . OBJ: The target file generated by the compiler or assembler tool, which is the binary intermediate file of the module.

[] . ODL: Using the object descriptive narrative language to write the source code file, VC used it to generate TLB files.

[+] . OLB: A special dynamic-link library with type library resources. Also called the object library file.

[To] . OPT: VC development environment Self-generated files that store the various options in workspace. Project documentation about the development environment.

[+] . PBI,. PbO and. PBT: Three types of files generated and used by the VC profiling tool profile.

[All] . PCH: Precompiled header file, larger, is generated by the compiler itself when building project, and contains part of the code that has been compiled in project. This code is no longer compiled again at a later time when you build project. To speed up the entire compilation process.

[The] . PDB: A program database file that you build yourself when you build project. A variety of information stored in the program, to speed up the debugging process. Some data and debugging information about the program are recorded.

[+] . PLG: Compile information file. The error and warning information files at compile time.

[approx] .              RC: Resource definition file. . RC2: Resource definition file for use in some special cases.

[PNS] . REG: Register information file. . Res: A binary resource file that generates a res file after the Resource compiler compiles the resource definition file.

[+] . RTF: Rich Text Format document, which can be created by word or WordPad. is often used to generate help files.

[All] . SBR: The VC compiler generates the original browse information file for each obj file.

[+] . TLB: OLE library file. It stores the number of OLE self-motivated objects, module and interface definitions.

Copyright notice: This article Bo Master original article. Welcome reprint, you can specify the source of the reprint ~ Thank you.

Visual C + + file extension interpretation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.