home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_2.iso / files / 685b.lha / FarPrint_v2.2 / ReadMe_New.pp / ReadMe_New
Text File  |  1992-10-23  |  2KB  |  57 lines

  1. Short: Debugging functions for programs which don't have any links to their environment
  2.  
  3. ****************************************************************************
  4. *
  5. *            FarPrint  v2.2
  6. *
  7. *    (C) Copyright 1992 by Torsten Jürgeleit
  8. *
  9. *        THIS IS TRULY PUBLIC DOMAIN!
  10. *
  11. ****************************************************************************
  12.  
  13.     This program is a completely rewritten version of FarPrint v1.5
  14.     (Fish 325) from    Olaf Barthel.
  15.  
  16. Differences to FarPrint v1.5:
  17.     Modifications to functions for sending and receiving debug messages:
  18.        · translated to assembler
  19.        · new set of macros to use them from assembler too (including
  20.          macros to trace AllocMem/FreeMem calls)
  21.        · activation of macros via
  22.         #define FARPRINT
  23.          or
  24.         FARPRINT EQU 1
  25.  
  26.     Modifications to FarPrint harbour program:
  27.        · improved GUI (uses intuisup.library)
  28.        · window resizeable
  29.        · no more limitation to 128 lines
  30.        · new functions:
  31.         Flush = flush all pending FarPrint messages
  32.         Clear = free all saved texts from list
  33.         Mark  = insert a marking line in list
  34.        · button to stop program from getting the messages from harbour
  35.          port
  36.        · button to turn of the refresh of the list requester viewing the
  37.          saved texts from FarPrint messages
  38.  
  39.       v2.2:
  40.        · scrolling/paging through the message list now with (shifted or
  41.          alternated) up and down cursor key
  42.        · window position/dimension and settings of stop/refresh buttons
  43.          are saved on exit in environment variable `env:FARPRINT'
  44.  
  45. Requirements:
  46.     · arp.library v39.1
  47.     · intuisup.library v4.6+ (included)
  48.  
  49. Author:    Torsten Jürgeleit
  50.     Am Sandberg 4
  51.     W-5270 Gummersbach
  52.     Germany
  53.     Phone: ++49 2261 27400
  54.     eMail: mike@miba.obb.sub.org   (Since this is the account of a
  55.                   neighbour, it may take some time to answer :-)
  56.     Bug reports, flames, donations etc. are welcome !
  57.