I understand you're looking for information about Unigui (likely what you meant by "unigmap") version 1.48 for Delphi 10.2 Tokyo with full source installation.
Here’s what you need to know:
| Error Message | Cause | Fix |
|---------------|-------|-----|
| F2613 Unit 'TntWindows' not found | Missing TNT Unicode controls | Replace with Winapi.Windows |
| E2037 TPointF not compatible with TPoint | Tokyo’s new math types | Cast: TPoint(PointF) |
| Access violation at tile load | Synapse HTTP not embedded | Add httpsend.pas to project |
| Canvas does not allow drawing | FireMonkey vs VCL mismatch | Ensure you are using VCL, not FMX | unigmap 148 xe2delphi 102 tokyo full source install
Open Delphi 10.2 Tokyo as Administrator.
Go to Component > Install Packages — remove any leftover UniGUI entries. I understand you're looking for information about Unigui
Open each .dpk in this order:
| Step | Package | Path | Action |
|------|---------|------|--------|
| 1 | uIndy.dpk | Source\Indy\ | Compile only |
| 2 | uSynEdit.dpk | Source\SynEdit\ | Compile only |
| 3 | uQuickRpt.dpk | Source\QuickRpt\ | Compile only (optional) |
| 4 | uniGUI24Core.dpk | Source\Core\ | Compile → Install |
| 5 | uniGUI24VCL.dpk | Source\VCL\ | Compile → Install |
| 6 | uniGUI24FVCL.dpk | Source\FVCL\ | Compile → Install |
| 7 | uniGUI24Mobile.dpk | Source\Mobile\ | Compile → Install | ✅ Use Release config for production, Debug if
✅ Use Release config for production, Debug if you need step debugging.
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
Unigui is a framework for developing web applications using Delphi. Key features in version 1.48 include: