Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SuperLib 3.50 - http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  Examples

  (in the examples.zip file)

  The sample files are broken down into 1 .PRG file per
  category.

  PRG Files

  S3SCREEN.PRG      Fancy screen handling
  S3META.PRG        Metafunctions
  S3META2.PRG       Metafunctions - using new BUNGEE() menu
  S3POPUP.PRG       Popups
  S3MENU.PRG        Menus (including PULLDN(), BUNGEE() )
  S3GET.PRG         Get system enhancements
  S3MOUSE.PRG       Mouse and event function usage
  S3LOOKUP.PRG      Lookup functions
  S3LASER.PRG       LaserJet functions
  S3HELP.PRG        Online help
  S3PROG.PRG        Progress bars
  S3FILE.PRG        File and directory functions
  S3COLORS.PRG      SuperLib Color set handling
  S3BROWSE.PRG      Browses (tbrowse)
  S3OLD.PRG         OLD() on Line Doc sample

  Data

  S3SAMPLE.DBF      Sample Names type DBF file
  S3SAMPLE.DBT      Sample Names type DBT file

  S3SAMPLE.SDF      Sample Names type SDF file for
                    S3BROWSE.PRG

  S3SAMPLE.ASC      Sample Names type ASCII delim file
                    for S3BROWSE.PRG

  S3HELP.DBF        Online help samples DBF
  S3HELP.DBT        Online help samples DBT
  S3HELP.NTX        Online help samples NTX

  S3STATES.DBF      Lookup table used in S3LOOKUP.PRG
  S3PROD.DBF        Lookup table used in S3LOOKUP.PRG

  S3COLORS.DBF      Color set file



  Creation

  To create an executable for any of the given .PRGs, where
  <prgfile> refers to the prg and <objfile> refers to the compiled
  object file: (add paths to Clipper and Extend and SUPERxx
  libraries as needed)



  A. COMPILE      NOTE: the -n switch is very important!

    Clipper <prgfile> -n -w

  B. LINK

    1   blinker

        blinker fi <objfile> alloc super35

    2   rtlink (clipper 5.0 version)

        rtlink fi <objfile> lib super35

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson