[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 176 NEW: Libraries
--------------------------------------------------------------------------------

     In Clipper 5.0, the library organization is different from Summer
     '87 with a greater granularity.

     Table: Clipper 5.0 Libraries
     -------------------------------------------------------------------
     Library        Contents
     -------------------------------------------------------------------
     CLIPPER.LIB    Contains critical subsystems, built-in functions,
                    extend functions, and many standard functions
     EXTEND.LIB     Contains the remaining standard functions
     TERMINAL.LIB   Contains the terminal I/O system.  This includes
                    routines for keyboard and screen handling other than
                    OUTSTD() and OUTERR()
     DBFNTX.LIB     Contains the (.ntx) handling section of the (.dbf)
                    database handling system
     CLD.LIB        Contains a linkable version of The Clipper Debugger
     -------------------------------------------------------------------

     All libraries except CLD.LIB are automatically searched for
     undefined symbols by the linker.  CLD.LIB must be explicitly
     specified when the linker is invoked.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson