[fpc-devel] Breaking change in FPC 2.6.1

Martin Schreiber mse00000 at gmail.com
Tue Apr 24 20:56:18 CEST 2012


Hi,
Changing TDataset.Bookmark from TBookmarkStr to TBookmark in fixes_2_6 breaks 
FPC 2.6.0 compatible code. Is this intended?
TBookmark is defined as "Pointer" which has no automatic memory management so 
probably TDataset.FreeBookmark() must be called in a try finally block for 
every assignment of TDataset.Bookmark to a variable.
As intended too?

Martin



More information about the fpc-devel mailing list