I'm trying to configure FASTMM4
for Builder C++ 6
and the steps I followed are;
Project -> Options -> Linker
menu I unchecked "Use Dynamic RTL"
.C:/tools/FASTMM
and added FASTMM4.pas
file to my test C++ VCL project.FastMM4.hpp
file in FastMM folder.FastMM4BCB.cpp
file in my project and also wrote #include <FASTMM4.hpp>
on the top.FastMM_FullDebugMode.dll
and FastMM_FullDebugMode.lib
and moved FastMM_FullDebugMode.dll
to the Bin
folder in Builder C++
install directory.{$define FullDebugMode}
from FastMM4Options.inc
.Did I miss anything? why do I have the following errors?
I found the instructions in FastMM4BCB file itself and I got it working.
Usage:
Under the Project -> Options -> Linker menu uncheck "Use Dynamic RTL" (sorry, won't work with the RTL DLL).
FastMM will now install itself on startup and replace the RTL memory manager.