Page 2 of 2

Re: Sending reports to Mantis manually

Posted: Thu Jan 04, 2018 1:33 pm
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 :-)