Hi all
New to BB as I've just download madExcept and been working with it all day today.
I've tried everything, but I cannot get madExcept to recognize when an 'invalid pointer exception' or 'Access Violation Occurs C000005' occurs to send me a report. Same with 'Invalid Pointer Operation'
Environment
Running Delphi 7 in x86
OS: Windows2008R2
Type: x64
Compatibility for Delphi: WindowsXP SP3
madEffect version: v4.0.16
Delphi is my second development platform, I develop in C#.net, so I'm probably missing something very obvious. So to that end, please let me know how I setup madExcept and the Delphi Debugger Options so that all errors are captured by madExcept, and a bugReport sent.
I did have exception handling included, but I removed the action statement but left the except statement.
The Invalid Pointer error brings me into the CPU window, which essentially to me is meaningless(with addresses and such) as I cannot correlate the ASSEMBLER code to what actually is executing. I would prefer that something would stop on the statement in the IDE that is causing the error to trigger so I can then debug.
Please let me know if there is anything I can provide that will help solve my issue. I'm at my wit's end. The error occurs in some files and not in others, so I can't tell if it's something in the files or it's the code itself doing something it should not.
Please help!