Robert Reif a écrit :
I can't get a stack trace with symbol information from an
exe file and tracked the problem down to this.
dbghelp tries to load the symbols for the executable file
by looking up the file name without the .exe extension and
fails because the file is not found. This patch adds t
I can't get a stack trace with symbol information from an
exe file and tracked the problem down to this.
dbghelp tries to load the symbols for the executable file
by looking up the file name without the .exe extension and
fails because the file is not found. This patch adds the
.exe back on to the