Hi
I can’t install this version of Data Abstract (1613) on Delphi 10.2
Following the same installation procedure I can’t find the packages in Menu “Component → Install Package”
Besides, an old version is installed normally
How can I proceed?
OS: Windows 11
Delphi 10.2
Data Abstract: RemObjects Data Abstract for Delphi, Server Edition - 10.0.0.1613
Hydra: RemObjects Hydra - 6.7.0.1355.exe
Executing Installations commands
install_DA.cmd
install_HY.cmd
Logs attached
LOGs_2025_09_25.zip (6.3 KB)
mh
(marc hoffman)
September 26, 2025, 12:01pm
2
RemObjects_Everwood_D25.dpk(37) Fatal: E2202 Required package 'designide' not found
This error from the logs sound slike some core Delphi packages could not be found when compiling our packages during setup. Are you sure Delphi 12 is fully and properly installed? Do you see designide.dcp in the paths below (specifically probably C:\Program Files (x86)\Embarcadero\Studio\19.0\Lib\win64\Release or Debug)?
Could it be that Windows/x64 support is not installed for Delphi 12, but setup is being asked to install the Data Abstract/Hydra packages for it?
Running: C:\Program Files (x86)\Embarcadero\Studio\19.0\Bin\dcc64.exe "C:\Program Files (x86)\RemObjects Software\Everwood\Source\Delphi\RemObjects_Everwood_D25.dpk" -Q -B -NS"System;Xml;Vcl;Winapi;System.Win" -NO"C:\Program Files (x86)\RemObjects Software\Everwood\Dcu\D25\win64" -N0"C:\Program Files (x86)\RemObjects Software\Everwood\Dcu\D25\win64" -LE"C:\Program Files (x86)\RemObjects Software\Everwood\Dcu\D25\win64" -LN"C:\Program Files (x86)\RemObjects Software\Everwood\Dcu\D25\win64" -E"C:\Program Files (x86)\RemObjects Software\Everwood\Dcu\D25\win64" -U"C:\Program Files (x86)\Embarcadero\Studio\19.0\Lib\win64\Release;C:\Program Files (x86)\Embarcadero\Studio\19.0\Lib\win64\Debug;C:\Program Files (x86)\Embarcadero\Studio\19.0\Bin;C:\Program Files (x86)\RemObjects Software\Everwood\Source\Delphi"
RemObjects_Everwood_D25.dpk(37) Fatal: E2202 Required package 'designide' not found
Embarcadero Delphi for Win64 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
Hi,
I kept any win64 checkbox false during installation Setup, and after install, it not properly installed all packages.
Sounds a bug or a package missing,
Not in Delphi 10.2 nor Delphi 12 has installed the packages…
Thx
mh
(marc hoffman)
September 26, 2025, 12:32pm
4
Anderson_Gregorio:
I kept any win64 checkbox false during installation Setup, and after install, it not properly installed all packages.
Sounds a bug or a package missing,
Not in Delphi 10.2 nor Delphi 12 has installed the packages…
Actually you are right, Delphi didn’t add 64-bit suppot for the IDE itself until 12.3 (if I recall correctly), so these IDE-specific packages wouldn’t be there for 12.2. I think what happened is we added 64-bit support to the installer when 12.3 shipped, not considerig the fact that people might still be on 12.0-12.2… (because “12” is ne m onolithic version for us)
I will log a ticket to check and account for this in setup.
mh:
designide
In time, I’d like to know how about package “designide” required to proper install in Delphi 10.2
Where may I find this package?
We have 2 Delphi version installed at sametime, both not installed Hydra or DataAbstract for Delphi properly, by executing *.exe installer.
Thx
mh
(marc hoffman)
September 26, 2025, 7:35pm
7
Anderson_Gregorio:
In time, I’d like to know how about package “designide” required to proper install in Delphi 10.2
Where may I find this package?
We have 2 Delphi version installed at sametime, both not installed Hydra or DataAbstract for Delphi properly, by executing *.exe installer.
As i understand the issue, designide is there for Win32, just not for Win64, on yourn system – because thw Win64 IDE is new in Delphi 12.3.
EvgenyK
(Evgeny Karpov)
September 27, 2025, 11:05am
8
Hi,
install_*.cmd - just rebuilds .dcu and .bpl and not register compiled .bpl in Delphi IDE.
if you want to register compiled .bpl in Delphi IDE under non-admin user, use register_*.cmd
Can you attach these files, pls?
install_DA.cmd
install_HY.cmd
Hi
I´ve tried install using the installer *.exe, and not installing properly.
No error messages after finish the process, and not show the options in Component → Install Packages
Thx
EvgenyK
(Evgeny Karpov)
September 29, 2025, 12:56pm
10
Hi,
as a temporary workaround, install DA and HY only for Delphi 10.2.
later install DA and HY only for Delphi 13
it should solve this case
bugs://D19588 was closed as fixed.
Hi
Where can I find the Bug fix version? When will be shipped?
Thx
EvgenyK
(Evgeny Karpov)
September 30, 2025, 2:01pm
13
Hi,
it isn’t released yet.
use these actions:
install Data Abstract for Delphi 10.2 only
install Hydra for Delphi 10.2 only
[optional] install Data Abstract for Delphi 12 only
[optional] install Hydra for Delphi 12 only
it will solve this issue with .1613
1 Like