TIP GreatisUltimatePack for Delphi 10.4 Sydney

FireWind

Завсегдатай
Staff member
Moderator
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:
Code:
{$IFDEF VER330}
{$DEFINE XE2PLUS}
{$ENDIF}
Then add these lines to the above lines:
Code:
{$IFDEF VER340}
{$DEFINE XE2PLUS}
{$ENDIF}
This should make it possible to install the component package in Delphi 10.4 Sydney: Ultimate.dpk
[/SHOWTOGROUPS]
 
Top