home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / k / kutil12.zip / STACKS.DOC < prev    next >
Text File  |  1992-09-05  |  3KB  |  102 lines

  1.                                  Stacks
  2.  
  3.                                Version 1.1
  4.  
  5.                    Copyright (C) 1992, Kamyan Software.
  6.                              1228 Robin Drive 
  7.                           Carol Stream Il. 60188
  8.                             All rights reserved
  9.                               (708) 837 - 0320
  10.  
  11. Index for Stacks
  12.  
  13. 1.0 Introduction
  14.  
  15. 2.0 Disclaimer
  16.  
  17. 3.0 Distribution Information
  18.  
  19. 4.0 File list
  20.  
  21. 5.0 Revision History
  22.  
  23. 6.0 Users Reference
  24.  
  25.  
  26.  
  27. 1.0 Introduction
  28.  
  29. Stacks is part of the Kamyan Utilities package ( See separate document
  30. kutils.doc for details about Kamyan Utilies).
  31.  
  32. Stacks is a Windows 3.1 utility which will display the amount of stack space
  33. running windows applications have used.  This utility will mostly be useful
  34. to programers doing Windows development.  An option is included which allows
  35. updating the list of stack usage every second.
  36.  
  37.  
  38.  
  39. 2.0 Disclaimer
  40.  
  41. Kamyan Software makes no representations or warranties with respect to
  42. this software or documentation, and specifically disclaims any express
  43. or implied warranties of merchantablilty or fitness for any purpose.
  44. Further Kamyan Software reserves the right to make changes to any and all 
  45. parts of the software, at any time, without obligations to notify any 
  46. person or organizations.  Kamyan Software will not be liable for any special,
  47. incidental, consequential, indirect or similar damages due to loss of data or
  48. any other reason, even if Kamyan Software or an agent of Kamyan Software
  49. has been advised of the possibility of such damages.  In no event shall
  50. Kamyan Software's liability for any damages ever exceed the price paid
  51. for the license to use the software, regardless of the form of the claim.
  52.  
  53.  
  54.  
  55. 3.0 Distribution Information
  56.  
  57. Stacks is part of the Kamyan Utilities package and can only be distributed
  58. as part of that package (see the kutils.doc file for details).
  59.  
  60.  
  61. 4.0 Files list
  62.     
  63. The following files make up the Stacks software package:
  64.  
  65.     stacks.exe    - the windows application
  66.     stacks.doc    - this file
  67.  
  68.  
  69. 5.0 Revision information
  70.  
  71.     Version 1.1 - September 5, 1992
  72.         Minor bug fix
  73.  
  74.     Version 1.0 - July 12, 1992
  75.         First release
  76.  
  77.  
  78.  
  79. 6.0 Users Reference
  80. 6.1 Running Stacks
  81.  
  82. Stacks was designed to run with Windows 3.1.  It makes use of the
  83. toolhelp.dll program which is part of Windows 3.1.  It may run with
  84. Windows 3.0 if the toolhelp.dll program is in the Windows system directory,
  85. but this has not been tested.
  86.  
  87. When you start Stacks the stack usage of all Windows programs will
  88. be evaluated and displayed.  Pressing the Evaluate Stack Usage button
  89. will cause a complete stack evaluation again.  You may want to do
  90. after working with a running program.
  91.  
  92. The display of stack usage includes the program name, the current amount of
  93. stack remaining, and the lowest amount of stack remaining at its lowest.
  94.  
  95.  
  96. 6.2 Update each Second
  97.  
  98. Selecting this check box will cause Stacks to evaluate stack usage
  99. each second.  Turn this option on and then preform some operations in a
  100. program to see how the stack usage in the program changes based on
  101. different operations.
  102.