Usage of Minidump within a COM Object
Posted
by nimo
on Stack Overflow
See other posts from Stack Overflow
or by nimo
Published on 2010-04-29T03:41:07Z
Indexed on
2010/04/29
3:47 UTC
Read the original article
Hit count: 473
com
hi,
I'm developing a COM dll which is an add-in to MSoffice. Since I'm not creating any logs within add-in I would like to add a crash report generator into my add-in.
Hopefully 'Minidump' would be the best choice, but I have never use Minidump inside a COM object.
I appreciate if somebody can point out possibilities of creating such crash dump with minidump inside a COM object.
Thank You
© Stack Overflow or respective owner