Hello,
new user here, new to RosiComp and
Delphi beyond Delphi 7, too. Component order is in progress, paid,
waiting for it, so limited source code is available for me.
Delphi: 12 Community Edition
Rosi: 12 demo downloaded from the homepage
Zeos: 8.0.1 Beta
I have tried to make a RosiComp_UDB package for ZeosLib, copied both RosiUDB_ADO_DX120.dproj to RosiUDB_ZEOS_DX120.dpk, replaced ADO with ZEOS, including the conditional mentioned in the install doc.
Did the same with RosiUDB_ADO_DX120.dpk -> RosiUDB_ZEOS_DX120.dpk + the conditional.
But still can't build it because
FDataSets
is unknown here (rDBComponents_UDB.pas line 189):
{$IFDEF UDB_Zeos}
{ list of registered datasets }
property RegisteredDatasets: TList read FDataSets;
{$ENDIF}
The leading F suggests me that this is something internal.
How to fix it?