Is it possible to get a call stack from the point of throwing an exception, when the exception is uncaught and terminate handler is called? On windows.
I must mention, that I can not use debugger, I want to create a mini dump in the terminate handler, or at least write call stack in a file. Could you please provide some details how to get call stack in my situation?