Unigmap 148 Xe2delphi 102 Tokyo Full Source Install [hot] May 2026
I notice you're asking for a post or guide related to Unigui (not "unigmap"), Delphi 10.2 Tokyo, and possibly XE2 or 148 (which might refer to a build number or component version).
is already installed and configured in your Delphi 10.2 Tokyo environment. Opening the Project Delphi 10.2 Tokyo File > Open Project and navigate to the folder of your UniGMap directory. Look for a package file named similarly to UniGMap_D101_Berlin.dpk UniGMap_XE2.dpk unigmap 148 xe2delphi 102 tokyo full source install
. If a Tokyo-specific package is missing in 1.4.8, you may need to open the Delphi XE8 or 10.1 Berlin package and allow the IDE to upgrade it. Compiling and Installing Runtime Packages: Right-click the Runtime package (usually named something like uniGMap_R_D102.dpk ) and select This generates the necessary Installing the Design-Time Package: Right-click the Design-time package uniGMap_D_D102.dpk ) and select I notice you're asking for a post or
To begin the installation, extract the full source archive to a permanent directory on your machine. Avoid using temporary folders, as Delphi needs a consistent path to reference the source files during compilation and at runtime. Once extracted, open Delphi 10.2 Tokyo and navigate to the Tools menu, then select Options. Under the Environment Options, locate the Delphi Options and then the Library page. Add the path to the UniGMap source folder to the Library Path for all relevant platforms, such as 32-bit and 64-bit Windows. Because you are installing from full source, you
- Purchasing from FMSoft (approximately €400-€800 depending on edition)
- Using the trial version (limited functionality)
- Exploring free alternatives like IntraWeb (has free edition) or MORPHEUS
Because you are installing from full source, you do not rely on pre-built installers. You must build the packages manually to produce the .bpl (binary package library) and .dcp (Delphi compiled package) files specific to your IDE version (whether it is legacy XE2 or 10.2 Tokyo). 1. Extract the Source Code
Component suites usually consist of Runtime and Designtime packages. Always build the Runtime package first.
3. Why “full source” matters in Delphi
- Many Delphi components are sold as precompiled DCUs (for specific Delphi versions).
- Full source lets you: