Sending reports to Mantis manually

delphi package - automated exception handling
dcraggs
Posts: 9
Joined: Mon Mar 09, 2015 3:06 pm

Re: Sending reports to Mantis manually

Post by dcraggs »

Well it just makes sense to me. MadExcept is already configured to send to Mantis (and potentially others) so why not use it to send other bug messages rather than raise exceptions.

Anyway I have it working now.

This is the call

lSettings := NewException(etNormal, nil, nil, true, 0, 0, 0, nil, nil, esManual, nil, 0, '',true);

May be worth a blog post :-)
Post Reply