WER implementation for Vista.
-
Hi, I've got implemented Windows Error Reporting for XP(faultrep.dll, ReportFault, SetUnhandledExceptionFilter), but it's not working for Vista. Vista has a new DLL(wer.dll) and new API for that(WerReportCreate, WerReportSubmit, WerReportCloseHandle). I've tried search web for some code example, but unsuccesefully. Is anybody can explain the proper way to implement it with new API or send some code examle. I'll appreciate any info/code. Thanks.
-
Hi, I've got implemented Windows Error Reporting for XP(faultrep.dll, ReportFault, SetUnhandledExceptionFilter), but it's not working for Vista. Vista has a new DLL(wer.dll) and new API for that(WerReportCreate, WerReportSubmit, WerReportCloseHandle). I've tried search web for some code example, but unsuccesefully. Is anybody can explain the proper way to implement it with new API or send some code examle. I'll appreciate any info/code. Thanks.
-
oleg63 wrote:
I've tried search web for some code example, but unsuccesefully.
They hide that information in the documentation[^]
led mike