home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / ddjmag / ddj9209.zip / README.ASC < prev    next >
Text File  |  1992-08-19  |  6KB  |  165 lines

  1. POST.ASC
  2. Title: POSTMORTEM DEBUGGING
  3. Keywords: SEPT92   DEBUGGING  WINDOWS
  4. Sample code that accompanies Matt Pietrek's article on postmortem 
  5. debugging. This program is called BAD.C and it intentionally causes a 
  6. GP fault for purposes of illustration. Also see CORONER.ARC.
  7.  
  8. CORONER.ARC
  9. Title: POSTMORTEM DEBUGGING
  10. Keywords: SEPT92   DEBUGGING   WINDOWS
  11. CORONER.EXE, which accompanies Matt Pietrek's article on 
  12. postmortem debugging, provides a demonstration of much of the 
  13. Windows TOOLHELP API. You can take the code and customize it, 
  14. adding your own routines to provide whatever information you'd 
  15. like to see in a postmortem report. See the book _Undocumented 
  16. Windows_ (Addison-Wesley, 1992) for a complete description of the 
  17. program. Requires ARCE.COM to extract.
  18.  
  19. WIN386.ASC
  20. Title: AN EXCEPTION HANDLER FOR WINDOWS 3
  21. Keywords: SEPT92   DEBUGGING  VIRTUAL DEVICE DRIVERS  WINDOWS
  22. Published assembly code accompanying Brett Salter's article that 
  23. presents an exception handler for Windows 3. See WIN386.ARC for 
  24. complete system.
  25.  
  26. WIN386.ARC
  27. Title: AN EXCEPTION HANDLER FOR WINDOWS 3
  28. Keywords: SEPT92   DEBUGGING  VIRTUAL DEVICE DRIVERS  WINDOWS
  29. Complete WIN386 system of Brett Salter's exception handler. 
  30. Requires ARCE.COM to extract.
  31.  
  32. DB.ASC    
  33. Title: YOUR OWN PROTECTED-MODE DEBUGGER
  34. Keywords: SEPT92   DEBUGGING   PROTECTED-MODE
  35. Published source code listings for Rick Knobluagh's "Roll Your 
  36. Own Debugger." See also DB.ARC for complete system.
  37.  
  38. DB.ARC    
  39. Title: YOUR OWN PROTECTED-MODE DEBUGGER
  40. Keywords: SEPT92   DEBUGGING   PROTECTED-MODE
  41. Complete system for DB, a protected-mode debugger that makes use of
  42. the 386's debug registers, as described in Rick Knoblaugh's article.
  43. Requires ARCE.COM to extract.
  44.  
  45. HRT.ASC
  46. Title: HIGH-RESOLUTION TIMING
  47. Keywords: SEPT92  PC TIMING
  48. Published assembly code for HRTIME.ASM as presented by Thomas Roden
  49. in his article on high-resolution timing for the PC. This code
  50. includes three externally referenced timer functions that 
  51. provides high-resolution timing. Also see HRT.ARC.
  52.  
  53. HRT.ARC
  54. Title: HIGH-RESOLUTION TIMING
  55. Keywords: SEPT92  PC TIMING
  56. Complete system, including a sample C program, that uses the
  57. hrtime function described by Thomas Roden in his article on 
  58. high-resolution timing for the PC. Includes programmer's notes.
  59. Requires ARCE.COM to extract.
  60.  
  61. CLISP.ASC
  62. Title: AN IMPROVED LISP-STYLE LIBRARY FOR C
  63. Keywords: SEPT92    C    LISP
  64. The published LISP-style memory manager for C presented by 
  65. Douglas Chubb in his article. See CLISP.ARC for the complete 
  66. system.
  67.  
  68. CLISP.ARC
  69. Title: AN IMPROVED LISP-STYLE LIBRARY FOR C
  70. Keywords: SEPT92    C    LISP
  71. The complete LISP-style library for C as described by Douglas Chubb in 
  72. his article. Requires ARCE.COM to extract.
  73.  
  74. REAL.ASC
  75. Title: DEBUGGING REAL-TIME SYSTEMS
  76. Keywords: SEPT92  DEBUGGING   REAL-TIME
  77. The published source code of a skelton application that simulates 
  78. a data acquisition system. For complete system and programmer's 
  79. notes, see REAL.ARC.
  80.  
  81. REAL.ARC
  82. Title: DEBUGGING REAL-TIME SYSTEMS
  83. Keywords: SEPT92  DEBUGGING   REAL-TIME
  84. The complete system as described in the article "Debugging Real-
  85. time Systems." Requires ARCE.COM to extract.
  86.  
  87. TRACE.ASC
  88. Title: CRASH TRACEBACKS IN UNIX
  89. Keywords: SEPT92   UNIX   DEBUGGING
  90. Published source code from Alan Dunham's UNIX-based, VAX/VMS-like
  91. crash  traceback utility. Implemented for the SPARC and RS/6000.
  92.  
  93. TRACE.ARC
  94. Title: CRASH TRACEBACKS IN UNIX
  95. Keywords: SEPT92   UNIX   DEBUGGING
  96. The complete system of Alan Dunham's UNIX-based, VAX/VMS-like crash 
  97. traceback utility. Implemented for the SPARC and RS/6000.
  98. Requires ARCE.COM to extract.
  99.  
  100. UNLOAD.ASC
  101. Title: WINDOWS TOOLHELP
  102. Keywords: SEPT92   WINDOWS   TOOLHELP  DEBUGGING
  103. Published source code from Mike Sax' UNLOAD utility, which lets
  104. you remove DLLs and programs stuck in  memory without having to
  105. restart Windows. 
  106.  
  107. UNLOAD.ARC
  108. Title: WINDOWS TOOLHELP
  109. Keywords: SEPT92   WINDOWS   TOOLHELP  DEBUGGING
  110. The complete UNLOAD system described by Mike Sax in his article. 
  111. The UNLOAD utility lets you remove DLLs and programs stuck in 
  112. memory without having to restart Windows. Requires ARCE.COM to 
  113. extract.
  114.  
  115. TDVIDEO.ASC
  116. Title: A VIDEO-COMPATIBILITY INTERFACE FOR TURBO DEBUGGER
  117. Keywords: SEPT92  TURBO PASCAL   DEBUGGING   VIDEO   WINDOWS
  118. The Video Compatibility Interface of Borland's Turbo Debugger for 
  119. Windows 3 allows an external DLL to handle all the video mode 
  120. switching for a particular video card or chipset. Danny Thorpe 
  121. implements a one.
  122.  
  123. DFLT14.ARC
  124. Title: C PROGRAMMING COLUMN
  125. Keywords: SEPT92 SAA/CUA C USER INTERFACE LIBRARY  
  126. The current version of the complete system for Al Stevens' D-FLAT 
  127. interface library for C. Requires ARCE.COM to extract. 
  128.  
  129. D14TXT.ARC
  130. Title: C PROGRAMMING COLUMN
  131. Keywords: SEPT92 SAA/CUA C USER INTERFACE LIBRARY 
  132. Documentation for D-Flat version 14 (See DFLT14.ARC).
  133. Requires ARCE.COM to extract. 
  134.  
  135. CPROG.ASC
  136. Title: C PROGRAMMING COLUMN
  137. Keywords: SEPT92  C   CUA/SAA
  138. Al Stevens implements his D-Flat HELPBOX windows class that 
  139. displays the help text and allows the user to navigate it. Also 
  140. see DFLT14.ARC.
  141.  
  142. GRPPROG.ASC
  143. Title: GRAPHICS PROGRAMMING COLUMN
  144. Keywords:  SEPT92   GRAPHICS  COLOR
  145. Michael Abrash presents a texture mapping technique for mapping a 
  146. bitmap image onto the surface of a polygon that's been 
  147. transformed in the process of 3-D drawing.
  148.  
  149. XSHRP21.ZIP
  150. Title: GRAPHICS PROGRAMMING COLUMN
  151. Keywords: SEPT92  3D  ANIMATION  GRAPHICS
  152. The current version of the complete system for Michael Abrash's 
  153. X-Sharp library for 3D graphics animation. Requires PKUNZIP.EXE to extract. 
  154.  
  155. HCALC.ASC
  156. Title: Structured Programming Column
  157. Keywords: SEPT92   TURBO VISION  TURBO PASCAL    CALCULATOR
  158. Jeff Duntemann uses Borland's standard file open dialogs to 
  159. develop the final, streamable version of HCALC, his mortgae 
  160. calculator programs.
  161.  
  162.  
  163.  
  164.  
  165.