The output of the editor

The edited resources are written into several files:

  1. The header file where the #defines of the symbolic names are written that is included in your source code to name objects symbolically.

  2. The binary resource file that can be used by the linker to bind the resource into the executable.

  3. You can also generate an ASCII rc file that can be later compiled to a binary resoure file.

  4. You may wish to generate a .dlg file with just the dialog box definitions and not any other resources.

You can configure this options using the menu "Design", then "Output".