PWB Extensions Help (ext.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.
Required Files
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
     To compile and link a PWB extension, you must have the following
     files:
 
       ■  Compact-model libraries in your LIB path. With the normal
          configuration, this is the CLIBCE.LIB combined library.
 
          Large-model libraries can also be used for extensions with
          over 64K of code.
 
       ■  EXTSUP.LIB and EXTHDR.OBJ in the LIB path.
 
       ■  EXT.H in the INCLUDE path.
 
       ■  If your extension processes keystrokes using the ReadChar
          function, you normally use the READCHAR.H file.
 
     See
 
     Building PWB Extensions
     Compiling and Linking Extensions
                                    -♦-