I'm getting reports that my app is causing a GPF on some Vista machines. The error message is something like this:
access violation at 0x75784062 ( tried to write to 0x00000006)
In order to fix this, I first need to know exactly who is causing this GPF: my main exe, some third party component, one of my own activex components, a dll, etc...
How can I find this out? What tools can pinpoint the exact module that caused this mess?
Any help would be greatly appreciated.
PS My app is coded in VB6 and my activex controls are written in Delphi 2007.