While there is no specific scholarly "paper" titled "unigmap 148 xe2delphi 102 tokyo full source install," this technical brief outlines the installation and configuration of uniGMap v1.4.8
(a Google Maps component suite for Delphi) for environments ranging from Delphi XE2 Delphi 10.2 Tokyo Overview of uniGMap 1.4.8
uniGMap is a specialized component suite for Embarcadero Delphi designed to integrate Google Maps into VCL and FireMonkey applications. Version 1.4.8 is a legacy "full source" version often sought for its compatibility with older IDEs like XE2 while remaining portable to modern versions like 10.2 Tokyo. Prerequisites Delphi IDE: XE2 through 10.2 Tokyo. Full Source Code: Ensure you have the folders provided in the 1.4.8 distribution. Google Maps API Key: Required for map rendering in the browser component. Step-by-Step Full Source Installation Library Path Configuration: Open your Delphi IDE (e.g., 10.2 Tokyo). Navigate to
Tools > Options > Environment Options > Delphi Options > Library Add the absolute path of the uniGMap folder to the Library Path for your target platforms (Win32/Win64). Opening the Project Group: Locate the appropriate package group file ( .groupproj Delphi 10.2 Tokyo , use the package version designated for
. 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 unigmap 148 xe2delphi 102 tokyo full source install
If successful, a confirmation dialog will appear listing the newly installed components (e.g., Common Issues & Troubleshooting Missing DCUs:
If the IDE cannot find units at runtime, double-check that the folder is correctly added to the Library Path 64-Bit Compatibility: For 10.2 Tokyo, ensure you manually add the
target to the package properties if it only defaults to Win32. Admin Rights: On Windows 10/11, run the Delphi IDE as Administrator during the "Install" step to ensure the IDE can write the file to public document folders.
For more modern web-based Delphi development, you might also explore the FMSoft uniGUI Framework While there is no specific scholarly "paper" titled
, which offers advanced web application capabilities and officially supports Delphi 10.2 Tokyo. package-by-package breakdown for a specific Delphi version? Installing on Delphi 10.2 Tokyo - TMS VCL UI Pack
| Issue | Solution |
|-------|----------|
| F2051 Unit XXX was compiled with a different version | Clean all BPLs and recompile from scratch |
| Missing uniGUI24Core.bpl | Add Source\Core to system PATH or copy BPL to C:\Windows\System32 |
| Design-time license error | Full source includes license – ensure UniLicenseKey unit is present or comment out check |
| Delphi 10.2 compatibility | Patch may be needed for System.UITypes → use $IFDEF VER320 directives |
Tnt errors.TUniGMap.Active := True.If you hit a blocker, search for “UniGMap 148 GitHub fork” – the community maintains patched versions for Delphi 11 Alexandria and beyond. But your XE2/Tokyo setup is now a golden reference.
Next step: Implement a local tile server using TUniGMapOfflineSource – but that is an article for another day. ⚠️ Common Issues & Fixes | Issue |
Keywords used organically: unigmap 148 xe2delphi 102 tokyo full source install, Delphi 10.2 Tokyo, UniGMap components, source porting, Graphics32, legacy GIS Delphi.
It looks like you’re asking about a very specific technical search term:
"unigmap 148 xe2delphi 102 tokyo full source install"
Here’s what I can tell you about this string and what it likely refers to:
Add this to your project’s Conditional defines:
TOKYO;UNICODE;NO_TNT
Then in UniGMap_Defines.inc, insert:
$IFDEF TOKYO
$DEFINE DELPHI_102
$DEFINE NO_WINDOWS_UNIT
$ENDIF
C:\Unigmap\.