Unigmap — 148 Xe2delphi 102 Tokyo Full Source Install Better

This guide provides a step-by-step walkthrough to install UniGMap version 1.48 (originally built for Delphi XE2) into Delphi 10.2 Tokyo using the full source code. Prerequisites and Preparation

: Avoid using the "Clean" command, as it can delete essential pre-compiled files needed for some installations. Install Design-Time Packages :

1. "Cannot load package... The specified module could not be found"

If you have the "Full Source" version, you must compile the packages for your specific IDE version (Delphi 10.2 Tokyo): unigmap 148 xe2delphi 102 tokyo full source install

Go to and navigate to your UniGMap directory.

Are you getting a specific during compilation?

Older versions of UniGMap sometimes mix string types. If you get a type mismatch error in 10.2 Tokyo, open the problematic .pas file and explicitly cast the variable using String() or AnsiString() depending on the API requirements. 2. IE / Edge Browser Engine Compatibility This guide provides a step-by-step walkthrough to install

Select your target platform (e.g., ) and click the ellipsis next to Library path .

Proper search paths prevent "File not found" errors during compilation.

If you need assistance setting up the permissions Share public link "Cannot load package

This article shows a step-by-step workflow to build and install UniGMap 1.48 (full source) into Embarcadero Delphi XE2 configured to target a modern Tokyo-style library layout (assumes Delphi XE2 IDE on Windows). It covers source preparation, library paths, package compilation order, design-time vs runtime packages, and common build fixes. Follow exactly and adapt paths and package names to your local source tree.

Before beginning the installation, ensure you have the following components and configurations ready:

Set the to your newly created \Lib folder. This keeps your source directory clean.

Repeat this for other platforms (like ) if you plan to target them. 4. Verification Create a new VCL Forms Application .

A dialog should appear confirming that the UniGMap components have been registered.