Possible Duplicate:
C++ display stack trace on exception
How to log a crash exception with the call stack? Is it possible? Can any brief example be given, or at least set to the right direction of how to?
Possible Duplicate:
C++ display stack trace on exception
How to log a crash exception with the call stack? Is it possible? Can any brief example be given, or at least set to the right direction of how to?
The StackWalker library can help in printing the call stacks for windows. This SO answer has more details