Top "Dbghelp" questions

dbghelp is the short name of the Microsoft Debug Help library.

Listing the exported functions of a DLL

I'm looking for a way (in C++/Windows) to list the exported functions of a DLL (and maybe even methods …

c++ windows dll export dbghelp
How can you use CaptureStackBackTrace to capture the exception stack, not the calling stack?

I marked up the following code: #include "stdafx.h" #include <process.h> #include <iostream> #include <…

c++ winapi visual-c++ stack dbghelp
Why don't Minidumps give good call stacks?

I've used minidumps on many game projects over the years and they seem to have about a 50% chance of having …

debugging callstack minidump dbghelp