Link Search Menu Expand Document

Unigmap 148: Xe2delphi 102 Tokyo Updated Full Source Install

Installing uniGUI 1.48 (specifically build 1.90.0.1514 or similar from that era) in Delphi 10.2 Tokyo

If the map loads with a "Development Purposes Only" watermark, double-check that your API key is correctly typed in the component properties and that billing is enabled on your Google Cloud Console account.

Ensure you have the full source subfolders, typically containing: Source\ (contains .pas files) Packages\ or DPK\ (contains package files) 2. Add the Library Path

Open the (usually named something like UniGMap_XE2.dpk or dac190.dpk / unidac190.dpk depending on the underlying driver stack). unigmap 148 xe2delphi 102 tokyo full source install

Even with a careful installation, you might encounter problems. Here are some common ones.

is a popular component for integrating Google Maps into Delphi applications. Version 1.4.8 is a stable release frequently used with classic IDE versions like XE2 and Delphi 10.2 Tokyo . This guide walks you through a manual installation from the full source code. 1. Prepare Source Files

Click , then right-click and select Compile (or press Ctrl + F9 ). Do not click "Install" on runtime packages. 2. Compile and Install the Design-time Package Installing uniGUI 1

Its structure should include:

Paste the absolute path to your UniGMap \Lib folder (where the compiled .dcu files reside), click , and then click OK .

Before the IDE can compile the source, it must know where the units are located: Open . Navigate to Tools > Options . Go to Language > Delphi > Library . Even with a careful installation, you might encounter

Extract your Unigmap 148 source files to a permanent location (e.g., C:\Components\Unigmap ).

Click the ellipsis button ( ... ) next to and add the absolute paths to your extracted source folder and its subdirectories (e.g., Source , Packages ).

Necessary for copying files into protected system or IDE directories. Step 1: Prepare the Source Folders