Re: [Mingw-w64-public] should MINIDUMP_EXCEPTION_INFORMATION be packed?

2011-02-11 Thread Joel Dice
On Fri, 11 Feb 2011, Ozkan Sezer wrote: On Fri, Feb 11, 2011 at 11:35 AM, Kai Tietz wrote: 2011/2/11 Joel Dice : Hi all, My application uses AddVectoredExceptionHandler to register an exception handler which, if it can't handle the exception, tries to create a mini dump file for

[Mingw-w64-public] should MINIDUMP_EXCEPTION_INFORMATION be packed?

2011-02-11 Thread Joel Dice
Hi all, My application uses AddVectoredExceptionHandler to register an exception handler which, if it can't handle the exception, tries to create a mini dump file for later analysis. This involves using MiniDumpWriteDump from dbghelp.dll, which accepts a pointer to a MINIDUMP_EXCEPTION_INFORMA