GreatisUltimatePack for Delphi 10.4 Sydney
[SHOWTOGROUPS=4,20]
GreatisUltimatePack is an old LEGACY Delphi library with still useful components and routines.
AFAIK GreatisUltimatePack has been discontinued and the author cannot be reached anymore.
For anyone who still wants to use this library:
To make GreatisUltimatePack compatible with Delphi 10.4 Sydney you should apply these changes:
Search the units for:
Then add these lines to the above lines:
This should make it possible to install the component package in Delphi 10.4 Sydney: Ultimate.dpk
[/SHOWTOGROUPS]
GreatisUltimatePack is an old LEGACY Delphi library with still useful components and routines.
AFAIK GreatisUltimatePack has been discontinued and the author cannot be reached anymore.
For anyone who still wants to use this library:
To make GreatisUltimatePack compatible with Delphi 10.4 Sydney you should apply these changes:
Search the units for:
Код:
{$IFDEF VER330}
{$DEFINE XE2PLUS}
{$ENDIF}
Then add these lines to the above lines:
Код:
{$IFDEF VER340}
{$DEFINE XE2PLUS}
{$ENDIF}
This should make it possible to install the component package in Delphi 10.4 Sydney: Ultimate.dpk
[/SHOWTOGROUPS]