On 02 Mar 2011, at 09:02, Roland Turcan wrote: > ... > p := PByteArray (PtrUInt (@FData.Content[0]) + MOffset); > ... > > > But the compiler informs about %subj%. > > How to get rid of this warning and to make code portable? Typecast to PByte instead of to PtrUInt. Jonas