[fpc-devel] DOM patch

Dariusz Mazur darekm at emadar.com
Fri Aug 28 13:10:59 CEST 2009


> - 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







More information about the fpc-devel mailing list