Blog

Actualités
Tarifs

Unigmap 148 Xe2delphi 102 Tokyo Full Source Install ((install)) Jun 2026

🚩 Ensure your Library Path points exactly to the folder containing the .pas files.

Installing on Delphi 10.2 Tokyo using the full source code requires a manual process of building and registering the component packages. Since newer versions of Delphi often introduce compiler changes, manual pathing and sequential installation are necessary to ensure the components appear in your IDE. Installation Prerequisites

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.

Look for a package specifically named for Tokyo (D25) or a general package like UniGMap.dpk .

Since this is a manual installation of full source components, follow these steps carefully to ensure the components are compiled for your specific Delphi version. Step 1: Prepare the Files Download or locate the uniGmap 1.48 source code folder. unigmap 148 xe2delphi 102 tokyo full source install

If you run into specific errors during your setup, let me know. I can help you troubleshoot by looking at: The exact or compiler output Your specific Delphi IDE update version

procedure TForm1.FormCreate(Sender: TObject); begin UniGMap1.Active := True; end; Use code with caution.

One of the greatest benefits of having the full source code for uniGMap is the ability to extend its features. While the component wraps around Google Maps natively, having access to the Pascal source allows you to:

Place the UniGMap.pas source file and your newly created .dpk file (e.g., UniGMapDXE2.dpk or UniGMapTokyo.dpk ) in a dedicated folder. 🚩 Ensure your Library Path points exactly to

: You should now see the UniGMap components in your Component Palette . 4. Troubleshooting Common Issues

uniGMap relies on external client‑side libraries. To make them available at runtime:

Go to Component > Install Packages — remove any leftover UniGUI entries.

: Note that modern Google Maps integration in Delphi often requires updated controls like the DelphiWebView2 Look for a package specifically named for Tokyo

In the , click the ... button and add the folder where you placed the uniGmap files ( C:\Components\uniGmap148\ ). Click Add and then OK . Step 3: Create a Design-Time Package Go to File > New > Package - Delphi .

Ensure you have the .zip file containing the uniGMap 148 source code.

: Usually named UniGMap_D.dpk or dclUniGMap_XE2.dpk .

A dialog should appear confirming that new components (e.g., TUniGMap ) have been registered to the tool palette.