PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
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
                                    -♦-