home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / XREFPAS4.ZIP / 1ST_READ.ME next >
Encoding:
Text File  |  1985-11-23  |  2.3 KB  |  57 lines

  1.                                 XREFPAS
  2.                               Version 4.0
  3.                         Author: Glen F. Marshall
  4.  
  5. Here is the current version of the XREFPAS program.  Since I sent out my
  6. earlier version(s) of this program, I've re-thought much of it.  If you
  7. look carefully, you might see remnants of the original.  The main
  8. changes are:
  9.  
  10. 1) Use of Borland's Turbo Toolbox sort.  This removes a limit on the
  11. number of symbols and references caused by available memory.  You WILL
  12. notice a pause between source file listing and cross-reference.  This is
  13. the time required for sorting.  I presume that MOST Turbo Pascal users
  14. have the Toolbox but, for those who don't, I've included a .COM file
  15. (compiled with the BCD version).
  16.  
  17. 2) Speed.  The program now runs faster, owing to a number of changes.
  18. This will be particularly noticeable to people with print spoolers or
  19. buffers; direct printer output speed is, of course, limited by the
  20. printer.  (You should note the use of the "K-" compiler directive.  This
  21. speeds-up most Turbo programs by 10% to 20%.  The danger is that heap
  22. space might "collide" with the stack, causing very wierd problems.  But
  23. if a program is fully debugged you won't have this problem.)
  24.  
  25. 3) Program organization.  I like to tinker with things - making them
  26. more legible and/or aesthetically pleasing.
  27.  
  28. 4) No boldfacing.  It seemed like a good idea, but as time passed ...
  29.  
  30. ------------------------------------------------------------------------
  31.  
  32. The files in the .ARC distribution "package" are:
  33.  
  34. XREFPAS.PAS  - main program
  35. DATETIME.PAS - date & time function include-file.
  36. XREFPAS.COM  - a ready-to-run version of the program.
  37.  
  38. ------------------------------------------------------------------------
  39.  
  40. If you like this program, find it usefull, or want to suggest changes
  41. and improvements please write or call me.  Specific things I'm
  42. considering include:
  43.  
  44. 1) Optionally printing and cross-referencing include-files.
  45.  
  46. 2) In-line options switches such as page-change, turning listing or
  47. reference generation off/on, etc.
  48.  
  49. 3) Generating a data base of references, e.g., multi-program cross
  50. referencing for chained programs and what have you.
  51.  
  52.  
  53. Glen F. Marshall
  54. 1006 Gwilym Circle
  55. Berwyn, PA 19312
  56. (215) 644-2452
  57.