delphi - How to find out who's causing an access violation error? -


I am getting reports that my app is generating a GPF on some Vista machines. Error message is something like this:

Access violation on 0x75784062 (tried to write 0x00000006)

To fix this, I first need to know that the cause of this GPF Who is: my main exe, some third-party components, one of my own activex components, a dll, etc ...

How can I know this?

Any help would be greatly appreciated.

PS My App is coded in VB6 and my active X control is written in Delphi 2007.

My suggestion would be to try either MadExcept or Eurekol. They catch the stand without exception and produce a stack dump at that point where the problem occurs.

There is no link other than these as a satisfied customer. MadExpect has enabled me to overcome and eliminate some very rare problems in my programs.


Comments