TeeChart2011 PreReleaseXE TeeRecompile error

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Bert B.
Newbie
Newbie
Posts: 69
Joined: Fri Jun 15, 2007 12:00 am

Re: TeeChart2011 PreReleaseXE TeeRecompile error

Post by Bert B. » Thu Oct 20, 2011 11:12 am

The solution for this error message
I can't start TeeRecompile, the error is:
Can't start as FastMM_FullDebugMode.dll is absent
is setting the right options in FastMM4Options.inc:

Code: Select all

   {$define DoNotInstallIfDLLMissing}

    {If the FastMM_FullDebugMode.dll file is not available then FastMM will not
     install itself. No effect unless FullDebugMode and LoadDebugDLLDynamically
     are also defined.}

Post Reply