VC file extension interpretation

xiaoxiao2021-03-06  131

Just started learning VC, half an hour ago, I found a book downstairs, there is a comprehensive VC file extension, it is really a good thing (for beginners such as me), now the book copy is dedicated to it. Friends, because I only ask questions, there is no ability to answer questions, only this point of gratitude to everyone, I will express my sincere gratitude to everyone! .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.

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

New Post(0)