Delphi Compiler Error
W1073 Combining signed type and unsigned 64-bit type – treated as an unsigned type
Reason for the Error & Solution
This message indicates that both signed type and 64-bit unsigned type are used for +, -, *, “div” and “mod” binary operators.