OS: Debian 10 LXDE 64bit
Lazarus 2.1.0
FPC 3.2.2
TMS FNC UI Pack 3.7.4.0
TMS WEB Core for Lazarus 1.8.2.0
I tried to install TMSWebCoreFNCCorePkg.lpk and tmswebcorefncuipackpkg.lpk
system.pas(64,13) Error: Identifier not found "NativeInt"
system.pas(65,14) Error: Identifier not found "NativeUInt"
path: Core Source/RTL
unit system;
...
SizeInt = NativeInt;
SizeUInt = NativeUInt;
PtrInt = NativeInt;
PtrUInt = NativeUInt;
ValSInt = NativeInt;
ValUInt = NativeUInt;
...
Int64 = NativeInt; // only 53 bits at runtime
UInt64 = type NativeUInt unimplemented; // only 52 bits at runtime
QWord = type NativeUInt unimplemented; // only 52 bits at runtime
..
Comp = type NativeInt unimplemented;
NativeLargeInt = NativeInt;
NativeLargeUInt = NativeUInt;