[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Linking CALC.LIB
------------------------------------------------------------------------------


  Library

      CALC.LIB   -  This is the library that contains all the calculator
                    and supporting functions.
                    It can be *COMPLETELY* overlaid.

                    When prelinking, use the REFER names of "CALC20",
                    "TRIG" and "NUMLOCK".


  Linking (Non-overlaid use)

      Microsoft:

          LINK <yourObj>, <yourExe>, <yourMap>, <yourLib> + CALC

      Borland:

          TLINK <yourObj>, <yourExe>, <yourMap>, <yourLib> + CALC

      Blinker:

          Blinker FI <yourObj> LIB CALC

      Pocket Soft:

          RTLink FI <yourObj> LIB CALC


  Linking (Overlaid use)

      When overlaying with Blinker,
      the following sample script
      files can be used:


      Clipper 5.x:

          FILE <yourObj>

          BEGIN

              FILE <yourFiles>
              FILE <mousefile>   #see next section for choice of mouse files
              ALLOCATE CALC

          END

          LIB CLIPPER, TERMINAL, DBFNTX

------------------------------------------------------------------------------


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