home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 038 / pmd110.zip / READ.ME < prev    next >
Text File  |  1994-11-14  |  3KB  |  84 lines

  1.  
  2. Program information
  3. ===================
  4.   Program: Borland Pascal Debug Kit
  5.   Release: 1.10b
  6.   Date:    10 november 1994
  7.   Author:  Berend de Boer
  8.   Company: Nederware
  9.   CIS:     100120,3121
  10.   email:   berend@beard.nest.nl
  11.   Fidonet: Berend de Boer, 2:281/527.23
  12.   Fax:     +31 4186-1992
  13.  
  14.  
  15. This file contains late minute information which could for some reason
  16. not be included in the manuals. A list of all files in this release is
  17. provided too.
  18.  
  19.  
  20. About the Borland Pascal Debug Kit
  21. ==================================
  22.  
  23. This Kit helps Borland Pascal 7.0 Dos/DPMI or Windows programmers to develop
  24. programs with less bugs faster. This Kit can track memory allocations
  25. and deallocations, give a report of not allocated memory, give a
  26. symbolic stackd dump if a run-time error occurs and much more.
  27.  
  28. The manual is contained in MANUAL.TXT. The original manual is typesetted
  29. in the Borland look. Converted to ascii, it doesn't look very nice. Also
  30. the reference section is not included. Registered users get a full,
  31. printed, ringbound manual.
  32.  
  33.  
  34. Where is the latest version
  35. ===========================
  36. The Borland Pascal Kit is distributed through many BBS's and network.
  37. Here the list of BBS's guaranteed to have the latest version:
  38.  
  39.   CompuServe
  40.     go to the BPASCAL forum, check out lib 3 for the file PMDxxx.ZIP where
  41.     xxx is the version number.
  42.  
  43.   Fidonet
  44.     Contrast BBS, 2:281/527, carries NederWare tools. Check out the file
  45.     PMDxxx.ZIP or use the magic file name PMD for the latest version.
  46.     The phone number of Contrast is:
  47.       from The Netherlands call: 070-3234903
  48.       from all other countries call: +31 70-3234903
  49.     The PMDxxx.ZIP (or PMDxxx.ARJ or whatever, as sysops may use a
  50.     different compression program) is also distributed through
  51.     PascalNet.
  52.  
  53.   Internet
  54.     You might try garbo.uwasa.fi:/pc/turbopas. But it's not guaranteed
  55.     they have absolute the latest version.
  56.  
  57.  
  58.  
  59. FILES
  60. =====
  61.  
  62. BB*.PAS        - general purpose routines
  63. HEAP.DIF       - diff file with all changes made to HEAP.ASM
  64. LICENSE.FRM    - license details for this package
  65. MANUAL.TXT     - ascii version of manual.
  66. MEMCHECK.PAS   - tracks allocations and deallocations
  67. OBJMEMORY.PAS  - memory objects
  68. PMD.PAS        - the post mortem debugger
  69. PMD.TPH        - Full help in Borland IDE for all supplied units
  70.                  (registered version only)
  71. READ.ME        - this file
  72. REGISTER.FRM   - tells you how to register this package
  73. SMALL.TPH      - An extract of PMD.TPH showing you some units. You get
  74.                  the full help version if you register.
  75. SYSTEM.DIF     - diff file with all changes made to SYSTEM.PAS routine
  76. TDINFO.PAS     - the heart of the utilities, the debug reader
  77. TESTMEM.EXE    - compiled version of TESTMEM.PAS
  78. TESTMEM.PAS    - program to test MemCheck
  79. TESTPMD.PAS    - program to test the Post Mortem Debugger
  80. WMEM.DIF       - diff file with all changes made to WMEM.ASM
  81.  
  82. Also included are the compiled versions of SYSTEM.PAS and WMEM.ASM and
  83. HEAP.ASM
  84.