[email protected] wrote: > I am using Delphi 2009, and having some memory problems with 7z from > JCLcompression. > > So I wanted to add the latest FastMM into my project. > Now I believe that Delphi already has FastMM in it.
That's true. It doesn't have the latest, obviously. It's also a pre-compiled version suitable for inclusion in general-release programs, so it doesn't have all the debugging options enabled. > So can i just forget about the Fastmm program, ( i do use it for debugging) > or do I need to replace that DLL. (if so which one, found several folder in > the fastmm package) Neither, unless you currently use any of the DLLs already. You probably don't. Do as the readme says and put FastMM4 as the first unit in your project. Set options in the FastMM4Options.inc file, and compile. -- Rob

