Contents

Delphi / C++ Builder MAP Delphi / C++ Builder MAP file



In latest versions of the RAD Studio environment, you need to go into the project properties. For Delphi in the tree on the left, select Building -> Delphi Compiler -> Linking and set Detailed in the MAP file property. This must be done for the release build of the program.

Delphi MAP File

In the case of C ++ Builder, in the tree on the left, select Building -> C ++ Linker -> Output and set the Detailed segment map in the MAP file type property. This must also be done for the release build of the program.

C++ Builder MAP File

Now, after compilation, a MAP file will be created in the program folder, which will be automatically picked up in DotFix NiceProtect. This file is necessary only at the stage of protection. It does NOT need to be included in the distribution package of the program.