Full Source Install — Unigmap 148 Xe2delphi 102 Tokyo [updated]

If you don't have a license, consider:

This comprehensive guide will walk you through everything you need to know about preparing, compiling, and fully installing with the full source code across legacy and modern Delphi environments, spanning Embarcadero Delphi XE2 through to 10.2 Tokyo .

Validate the installation by building a basic map viewer application. Select . Look at your Component Palette and search for UniGMap . Drag and drop the TUniGMap component onto your main form.

Correctly configuring Delphi’s search paths is essential for a source‑based installation. Follow these preparations: unigmap 148 xe2delphi 102 tokyo full source install

Select your target platform (e.g., ) and add the Source folder from your UniGMap directory to the Library Path .

Once compilation succeeds without errors, right-click the package file one last time and click .

if you're migrating from an even older version. If you don't have a license, consider: This

In the left-hand pane, expand and click on Delphi Options > Library .

In the "Library path" section, click the ... (browse) button.

Ensure you have the complete source package for UniGMap v1.4.8 containing the .pas source files, .dcr resource files, and package files ( .dpk ). Look at your Component Palette and search for UniGMap

(Typically uniGmap.pas and uniGmapReg.pas ) Google Maps API Key (Required for maps to render) 3. Step-by-Step Full Source Install Guide

Start a new project by going to (or your preferred uniGUI project type).

: If you get a "file not found" error during compilation, double-check that your Library Path includes the folder where the .pas files are located.