
21 Oct
2010
21 Oct
'10
6:35 a.m.
Windows/MSVC
Capture trace using RtlCaptureStackBackTrace (XP and Above) Convert trace using dbghelp.lib using SymFromAddr Requires: debug info (PDB files) for fetching symbols
Which version of dbghelp do you require? XP used to come with a really old dbghelp, so applications linked to newer version won't start. Maybe the situation has improved the last years, but to make sure I'd link manually to dbghelp.dll instead of the lib.
Any interest? Artyom
Definitely a must have. A boost supported portable solution would be awesome. Christian