I am using FastMM4 version 4.92 in my Delphi 6 Pro application seamlessly. Now I want to use it in the package that I created (BPL). I tried putting units in the Contents section and then moving them to the top of the list, but I still get an error message from FastMM4 complaining that this is not the first item to be initialized. To fix this, I want to put FastMM4 in the Requires section, but I cannot find the DCP file for FastMM4 anywhere (runtime library). Does anyone know how to do this?
memory-management delphi fastmm
Robert Oschler
source share