Hello !
My application need to show WER (Windows Error Reporting) when an access
violation occurs in Vista.
A developer said to me that is not necessary to write code to receive this
behavior from my application. But, I made a kind of "Hello World"
application in both environments:
-using .net it works perfectly. The screen was show and I saw a Windows
Error Report message in Event Viewer.
-using Delphi 6 I received a Access Violation message but not a Windows
Error Reporting message e nothing occurs in Event Viewer.
I saw a code sample in C++ where the guy was accessing the WERAPI.h at the
header.
Is there someone can help me?
Thanks in Advance