FastMM 4.99 "undeclared identifier" errors in BCB6
Brought to you by:
pierre_le_riche
When I compile FastMM 4.99 in BCB6, I get "undeclared identifier" errors in DebugGetMem() and DebugFreeMem() if EnableMemoryLeakReporting is not defined. Those functions are calling RegisterExpectedMemoryLeak() and UnregisterExpectedMemoryLeak() without wrapping them in {$IFDEF EnableMemoryLeakReporting} blocks.
Hi Remy,
Thanks for the report. I have checked in a fix in the repository.
Best regards,
Pierre