Compile-Error on ZDbcAdoUtils (D7)
Posted: 12.01.2024, 17:53
Hi Guys,
i've got an Error in Line 833 in ZDbcAdoUtils when i Compile the ZDbc.dpk in Delphi 7.
Source (7.2.14) from: https://sourceforge.net/projects/zeosli ... 14-stable/
[Error] ZDbcAdoUtils.pas(833): The types of the real and the formal var parameters must be the same
btw.
[Error] ZDbcAdoUtils.pas(833): Die Typen der tatsächlichen und formalen Var-Parameter müssen übereinstimmen
Can anybody help? I compare the Paramter-Types, but they seams to be right.
i've got an Error in Line 833 in ZDbcAdoUtils when i Compile the ZDbc.dpk in Delphi 7.
Source (7.2.14) from: https://sourceforge.net/projects/zeosli ... 14-stable/
Code: Select all
if OLEDBParameters.GetParameterInfo(ParamCount{%H-}, PDBPARAMINFO(ParamInfo), NamesBuffer) = S_OK then
btw.
[Error] ZDbcAdoUtils.pas(833): Die Typen der tatsächlichen und formalen Var-Parameter müssen übereinstimmen
Can anybody help? I compare the Paramter-Types, but they seams to be right.