[fpc-devel] [Fwd: TMemDataset : pb & suggestions]

Oro06 orinaudo at gmail.com
Fri Oct 6 20:18:32 CEST 2006


Florian Klaempfl wrote:
> Redirected to fpc-devel for a larger audience.
actually this give an alignement  error:

PRecInfo(Buffer+FRecInfoOffset)^.BookmarkFlag := Value;    (memds line 
750, procedure TMemDataset.SetBookmarkFlag)

replacing with this :
  APRecInfo:=PRecInfo(Buffer+FRecInfoOffset);
  Unaligned(APRecInfo^).BookmarkFlag := Value;

give Internal error 20060521

regards
or



More information about the fpc-devel mailing list