
StkTrace is a sample Windows application which contains the
complete code to obtain a stack trace of the "current task".
The stack trace includes symbolic information extracted from
the symbol files, similar to that produced by the Windows debug 
kernel at the time of a FatalExit.  In this sample, the stack 
trace is logged into a buffer and also output to a message box.

StkTrace sample uses the ToolHelp Library and can be used in both 
Windows 3.0 and 3.1 environments as ToolHelp is a redistributable.





