FastMM and Dynamically loaded DLLs

Posted by Vegar on Stack Overflow See other posts from Stack Overflow or by Vegar
Published on 2010-06-07T12:10:07Z Indexed on 2010/06/07 12:12 UTC
Read the original article Hit count: 283

Filed under:
|
|

I have a host application, that loads a dozen of libraries at start up. I want to switch from Delphi 7s default memory manager to the full version of FastMM4 for better mem leak reporting.

Should I include FastMM4 in the uses section of both the host application and the libraries? What about shared runtime packages?

-Vegar

© Stack Overflow or respective owner

Related posts about delphi

Related posts about dll