Dec 112017
Windows 3.1 app which contains complete code to obtain a stack trace of the current task. Uses the Toolhelp Library and can be used in both Win 3.0 and Win 3.1 environments. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
GETSYM.C | 7242 | 2182 | deflated |
GETSYM.H | 2121 | 713 | deflated |
GETTRACE.C | 4535 | 1581 | deflated |
MAKEFILE | 1016 | 479 | deflated |
PRECOMP.H | 102 | 80 | deflated |
STKTRACE.C | 13469 | 3591 | deflated |
STKTRACE.DEF | 943 | 484 | deflated |
STKTRACE.H | 746 | 333 | deflated |
STKTRACE.RC | 1225 | 505 | deflated |
STKTRACE.TXT | 530 | 309 | deflated |
Download File STKTRACE.ZIP Here
Contents of the STKTRACE.TXT file
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.
December 11, 2017
Add comments