C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Project Templates with Runtime Support: C/C++
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     The PWBC extension supplies the following templates with runtime
     support for C and C++:
 
     Generic Options
          Compiler and linker settings for a simple single-module
          compilation. This template is the default and allows the
          PWB to compile and link single-module C or C++ programs
          if their names include the appropriate .C or .C++ extension.
 
     DOS EXE
          Compiler and linker settings for producing an executable
          file.
 
     DOS Overlaid EXE
          Adds /DYNAMIC to the list of LINK options. After selecting
          this template, you must still create a .DEF file and add it to
          the project in order to create an overlaid program.
          See: LINK /DYNAMIC Option
               Creating Overlaid DOS Programs
 
     DOS p-code EXE
          Compiler and linker settings for creating a p-code program.
          Runs MPC.EXE after linking.
          See: P-Code
 
     DOS COM
          Compiler and linker settings for creating an executable file
          with a .COM extension.
 
     Windows EXE
          Compiler and linker settings for creating a Windows
          executable file. Adds inference rules for resource files
          to the project so that files with an .RC extension are
          recognized as valid project files.
 
     Windows QuickWin EXE
          Compiler and linker settings for creating non-Windows DOS
          programs as simple text-only Windows applications. These have
          a limited Windows user interface, including a standard menu
          bar, standard online help (for the QuickWin features), and a
          client (or application) window with a child (document) window
          for the input/output streams stdin, stdout, and stderr.
          See: QuickWin
 
     Windows p-code EXE
          Compiler and linker settings for creating a Windows p-code
          program. Runs MPC.EXE after linking.
 
     Windows DLL
          Compiler and linker settings for creating a Windows
          dynamic-link Library (DLL). Adds inference rules for resource
          files to the project so that files with an .RC extension are
          recognised as valid project files.
 
     DOS PWB Extension
          Compiler and linker settings for creating a PWB extension.
          See: PWB Extension
 
     See
 
     Set Project Template
     Project menu, New Project
                                    -♦-