Search found 4 matches
- Sun Jan 31, 2021 2:47 pm
- Forum: madExcept
- Topic: ignoring memory leaks using HideLeak
- Replies: 2
- Views: 246
Re: ignoring memory leaks using HideLeak
My bad, something must have gone funny: Reinstalling madexcept, all the overloaded functions are now available. However, the issue I was facing was due to the runtime call to StartLeakChecking. Any prior call to HideLeak was being ignored. Swapping the two lines such that StartLeakChecking is the fi...
- Sun Jan 31, 2021 1:10 am
- Forum: madExcept
- Topic: ignoring memory leaks using HideLeak
- Replies: 2
- Views: 246
ignoring memory leaks using HideLeak
There seems to be a known memory leak when it comes to Windows and critical sections. Namely, the same InitializeCriticalSection leak from FireDAC's sqlite gets reported exactly 12 times, even if i repeat the same operation more often than that; as if the resources are kept for later use. I would li...
- Thu Jan 21, 2021 4:40 pm
- Forum: madExcept
- Topic: MAPI, plain text report instead of attachment
- Replies: 2
- Views: 281
Re: MAPI, plain text report instead of attachment
thanks for the prompt reply, I'll analyze both approaches before going with either
- Tue Jan 19, 2021 7:26 pm
- Forum: madExcept
- Topic: MAPI, plain text report instead of attachment
- Replies: 2
- Views: 281
MAPI, plain text report instead of attachment
hello,
i've seen that MAPI isn't the most suggested method around here, but here goes:
is there a way to have the bug report as plain text inside the mail body, as opposed to attachment?
and if not, is this maybe possible with SMTP? (so far, SMTP is completely failing with all my attempts)
Thanks!
i've seen that MAPI isn't the most suggested method around here, but here goes:
is there a way to have the bug report as plain text inside the mail body, as opposed to attachment?
and if not, is this maybe possible with SMTP? (so far, SMTP is completely failing with all my attempts)
Thanks!