The. CLW file is the VC Class Wizard information file. Stores information about the Class Wizard.
The. NCB file is an analyzer information file automatically generated by the system.
The. Opt file is the IDE option file.
The. APS file is the binary version of the resource file.
. CLW supports classwizard
. NCB supports classview
. Opt: Save the workspace Configuration
. APS supports resourceview
. Bsc browser information file
. DSP project file
. DSW workspace File
Create File outside. Mak
. PLG create a log file
The. Opt project parameter file for the development environment. Such as the tool bar position and other information;
. APS (appstudio file), Resource auxiliary file, binary format, usually don't worry about it.
. The CLW classwizard information file is actually in the INI file format. If you are interested, please study it. sometimes the classwizard has a problem. You can manually modify the CLW file to solve the problem. if this file does not exist, you will be prompted to re-create it each time you use classwizard.
. DSP (workflow studio project): A project file in the text format. If you are not familiar with it, Do not manually modify it. DSW (workflow studio workspace) is a workspace file. Other features are similar to those of DSP.
. PLG is a compilation information file. The error and warning information files during compilation (actually an HTML file) are generally of little use. there is an option in tools-> options to control the generation of this file.
. HPJ (help project) is the project for generating help files, which can be processed using microsfot help compiler.
. MDP (Microsoft devstudio project) is an earlier version of the project file. To open this file, you will be prompted to convert it to a new DSP format.
. BSc is used to browse project information. This file is required if source Brower is used. if you do not need this function, you can remove the generate browse info file in project options to speed up compilation.
. Map is the image information record file of the execution file, unless you are very familiar with the underlying system, this file is generally not needed.
. PCH (pre-compiled file) is a pre-compiled file, which can speed up compilation, but the file is very large.
. PDB (Program database) Records Program-related data and debugging information, which may be useful during debugging.
. Exp is generated only when the DLL is compiled, and some information in the DLL file is recorded. It is generally useless.
. NCB does not compile the browsing file (No compile browser ). You can delete this file when the Automatic completion function fails. Automatically generated after build