Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
835 views

Compare Delphi Exception Handlers

How would you compare MadExcept to EurekaLog as an Exception handler for your Delphi application? Why would you pick one over the other? Are there any other exception handlers for Delphi that should ...
6
votes
6answers
1k views

Need a way to periodically log the call stack/stack trace for EVERY method/procedure/function called

I'm working on a very large application where periodically I'd like to log the ENTIRE call stack up until the current execution point (not on an exception). The idea here is that I want a map of the ...
3
votes
1answer
222 views

madExcept, getting top of current stack

In an delphi 2007 application, we have used madExcept to handle exeptions for us. We use the standard dialog, letting the user send us a report with mail if he want to. We want to add a little to ...
3
votes
1answer
163 views

Using [delphi] MadExcept errorhandling with MS Exchange Server 2007

I currently use madExcept.MailAsSmtpClient to send my bug reports. However a couple of large clients have upgraded to Exchange Server 2007 and we can't get the SMTP support for our app configured (the ...
2
votes
1answer
145 views

Madexcept Bugreport location under Windows 7

I've been using Madexcept for quite some time now and it work fine so far. I just noticed though that when I run my application under Windows 7 and an exception occurs, no bugreport.txt is being ...
2
votes
2answers
163 views

How can I find out the result of sending a MadExcept bug report from a Delphi app

I can't find any way of determining whether it was possible to send a bug report from my D2006 app. If MadExcept can make some sort of return code available I can maybe provide some guidance to the ...
1
vote
2answers
92 views

MadExcept exception filter

I am using Delphi XE2 and Mad Except i have an application witch uses Indy for some internet operations ... the problem is that when an simple exception is raised like there is no internet connection ...
1
vote
2answers
208 views

madExcept, checking state of checkbox in custom assistant before attaching additional files to the report

I have modified the send-assistant of madExcept with a new checkbox. If the use checks this box, I want to send additional attachments with the bug report (a copy of the users data files). How can I ...
0
votes
1answer
146 views

How to fix madExcept creating temporal files in User\LocalSettings\Temp

I sterated using "Standard User Analyzer" from Application Compatibility toolkit and it reported that my app is not UAC compatible because: "DeleteFileA: File (\Device\HarddiskVolume1\Documents and ...
0
votes
5answers
549 views

madExcept + UPX

I'm having problems using madExcept + UPX on Delphi 2007. Whenever I open the compressed application, a Windows exception dialog appears code 0xc0000005. Anyone has the solution for this? Thanks!
0
votes
4answers
561 views

Why does my Delphi 7 Debugger randomly decide to stop accepting certain keyboard input

Maybe this is an overarching question as I've seen similar bugs in Firefox and I'd like to know how to avoid coding them. For no apparent reason, the function keys, arrow keys (de-numlocked numpad as ...