Menu

#5 LogMemoryDump compiler directive

open
nobody
5
2006-11-26
2006-11-26
Anonymous
No

good day, Pierre

can you add this option to exclude useless (in some cases) information from log

{$define LogMemoryDump}

and apply to LogMemoryDump call

{$ifdef LogMemoryDump}
{Add the pointer address}
LMsgPtr := LogMemoryDump(LActualBlock, LMsgPtr);
{$endif}

best regards

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.