When i try to compile DataAbstract_Core i get the Failure ( uDAMemDataset ):
{$IFDEF FPC}
Result := GetTickCount64;
uDAMemDataset.pas(1116,13) Error: Identifier not found “GetTickCount64”
Thank you for your Help
Manfred
When i try to compile DataAbstract_Core i get the Failure ( uDAMemDataset ):
{$IFDEF FPC}
Result := GetTickCount64;
uDAMemDataset.pas(1116,13) Error: Identifier not found “GetTickCount64”
Thank you for your Help
Manfred
DA version?
Good Morning
Sorry it was a little bit late yesterday…
It is the current stable one.
hmm, GetTickCount64 is declared in fpcsrc\rtl\objpas\sysutils\sysutilh.inc and present in fpcsrc\rtl\unix\sysutils.pp
Will check that in my installation…
I did a fresh install and everything compiled fine until this Error…
try to replace GetTickCount64 with GetTickCount in uDAMemDataset.pas
Good Morning
try to replace GetTickCount64 with GetTickCount in uDAMemDataset.pas
Have to correct this:
It is the current stable one.
It is the Version - 8.3.91.1167 ( did not see the new one from Monday )
Thank you for your Help.
Shalom
Manfred
Tryed it with the new stable Release.
Same Problem.
try to replace GetTickCount64 with GetTickCount in uDAMemDataset.pas
With this modification it works. Thank you.
Shalom
Manfred