Once it builds successfully, right-click the package name again and click .
: Always run the installer or your IDE with the same user privileges used during the initial Delphi installation to avoid registry or folder permission issues. 2. Full Source Compilation
Installing uniGUI 1.48 (specifically build 1.90.0.1514 or similar from that era) in Delphi 10.2 Tokyo
In the Project Manager, right-click the runtime package and click Build , then Compile . This creates the base logic. Do not attempt to "Install" the runtime package.
: Delphi 10.2 uses scoped names. You may need to add Vcl. or System. to unit names in the uses clause of the UniGMap source if they are missing. unigmap 148 xe2delphi 102 tokyo full source install
Repeat this process for the platform if you plan to compile 64-bit applications. Click OK to save the changes. Step 3: Open and Compile the Runtime Package
Keywords used organically: unigmap 148 xe2delphi 102 tokyo full source install, Delphi 10.2 Tokyo, UniGMap components, source porting, Graphics32, legacy GIS Delphi.
A dialog should appear confirming that new components (e.g., TUniGMap ) have been registered to the tool palette.
Navigate to . Select your target platform (e.g., 32-bit Windows ). Once it builds successfully, right-click the package name
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
Click the ellipsis and add the path to the Source folder of your UniGMap installation.
uniGMap is a specialized component wrapper designed for FMSoft’s uniGUI Web Application Framework, enabling Delphi developers to seamlessly integrate Google Maps into web applications. 📋 Prerequisites
The next phase is the package compilation. Locate the package files within the extracted source—usually with a .dpk extension. For Delphi 10.2 Tokyo, look for the package specifically labeled for "Tokyo" or "D102". Open the runtime package first, right-click it in the Project Manager, and select Compile. After the runtime package is compiled, open the design-time package. Right-click this package, select Compile, and then select Install. If successful, you will receive a confirmation message, and the UniGMap components will appear in your Tool Palette under a new category. Full Source Compilation Installing uniGUI 1
Right-click the Design-time package once more and select .
:
In the left-hand options tree, expand and click on Delphi Options > Library .
Click the ellipsis button ( ... ) next to the text field.
: Usually named UniGMap_R.dpk or UniGMap_XE2.dpk . Right-click it in the Project Manager and select Build .