PROBLEM:
The mem-leaks feature is not working properly.
SOLUTION:
The problem is installation of AVG anti-virus system. AVG did not
support Win2K SP4 and required an patch from the Microsoft site.
After patch installation the mem-leak feature is...
EurekaLog 6 doesn't have any pre-defined RegisterExpectedLeak-like
function, but you can do this by using such code:
USES
ELeaks;
VAR
EurekaLogAddLeak: PROCEDURE(CONST LeakType: AnsiString; LeakSize,
LeakCount: DWord; LeakCallStack: TRawCallStack);
...
PROBLEM:
I get error report about multiple leaks after using sending with
Mantis send method. There is no leak report if I don't click on "Send
report".
REASON:
It's a bug in Delphi's SOAP implementation [1].
SOLUTION:
* Use the latest ...
PROBLEM:
Even empty C++ Builder application crashes with "Abnormal program
termination" or system crash dialog at exit.
EXPLANATION:
Your project has memory or resource checks enabled. However, you did
not configured your project correctly. Me...
PROBLEM:
I receive leak reports from EurekaLog in a blank empty VCL
application.
REASON:
* You did not set up your project properly, so EurekaLog's leak
checking code is running too early.
* You may see technical leaks. See below for an exa...