> - Using PtrInt for doing pointer math is discouraged in favor of > PtrUInt; > I've changed PtrInt do PtrUInt, but its not possible in each place how to resolve tClass= tClass(PtrUInt +ptrInt) FPC claim: combined unsigned and signed make result 64bit, which is incompatible with pointer what is proper way to resolve this -- Darek