Types and roles of VC6.0 generated files
DSW: Full name is Developer Studio Workspace, the highest level of configuration files, the entire workspace configuration information, she is a plain text file, the VC when creating a new project, the Automatic generation of DSP: Full name is developer Studio Project is also a profile, but she records all of the configuration information for a project, plain text file opt: The configuration file used in conjunction with DSW and DSP, she records information related to machine hardware, the content of OPT files on different machines is different for the same project PLG: is actually a hypertext file, can be opened with Internet Explorer, recorded the build process, is a log-type file RC: Resource description file, all the resource information is recorded, changes in the resource editor, is actually the RC file modification RC2: Additional resource profile, cannot be directly modified by the resource editor, can only be added manually, it is used to add additional resources RES: After the resource Editor compiled the resource file, the binary way to store the SBR: compiler generated browse information file, in the code navigation is very useful, She needs to specify at compile time/FR or/FR Switch BSC:BSCMAKE.EXE all SBR files as input, after processing the output of a BSc file, in the code to navigate the actual use of the BSC file ILK: When the selected incremental compilation connection, the connector automatically generate ILK files, record connection information PDB: The full name is the program database, that is, the application data file, used to record debugging information, is a very important file, without him, the program can not debug Lib: If the project output is a DLL, it will generally output a Lib file with the same name as the project, record the output function information EXP: With Lib, is the output file generated with the DLL PCH: The full name is the precompiled header, is the precompiled header file, specified at compile time/Yu switch when the compiler automatically generates CLW: The file records the class information, if a class is missing in the ClassView, the file can be rebuilt, method: Delete this file, click on the "Build Class Wizard", according to the prompt to enter the project name can be; NCB: The file records the prompt information of the class , if the class's member functions and variable hints are missing, regenerate the file, the same way; APS: The file records the resource information, you need to modify 3 files, the. rc file to use the ready-made resources, Resource.h files and. aps files, the. APs are directly removed and the VC is automatically generated when the program is entered.
role of CLW, NCB and APs files in VC6.0
The. clw file records the class information, and if a class is missing in ClassView, regenerate the file, by deleting the file, clicking the "Create Class Wizard", and then entering the project name according to the prompts. The. ncb file records the prompt information for the class, and if the prompt for the member functions and variables of the class is missing, the file can be regenerated by the same way; the. aps file records the resource information and needs to modify 3 files,. rc files, to make use of ready-made resources. Resource.h files and. aps files, the. APs are directly removed and the VC is automatically generated when the program is entered.
"Go" VC6.0 Individual file description