Should I post the FastMM include file in the Delphi 6 application installation files?

I am using FastMM4 in my Delphi 6 applications. Do I need to send an include file (FastMM4Options.inc) with the setup files I create to install my application on users PC? If so, should I put it in the same directory as the main EXE file?

I mean the FastMM include file that controls FastMM settings at runtime. This file is currently located in a directory accessible via the library path specified in the Delphi environment settings, but I never thought of including it using my installer.

+3


source to share


1 answer


FastMM4Options.inc

- inclusion file; this is the source code. It doesn't affect anything at runtime; this affects the compile-time setting of FastMM. So no, no need to send it to anyone.



+12


source







All Articles