Re: [fpc-pascal] FPC MemoryDataset

2011-10-26 Thread Michael Van Canneyt
On Wed, 26 Oct 2011, Fabio Luis Girardi wrote: Hi! Sometime ago I submitted a patch that makes the FPC Memory DataSet compatible with Delphi to make it usable on both IDE's by project PascalSCADA. The class TDataset was changed in D2009 (I don't know the exactly version) and TMemDataset is i

[fpc-pascal] FPC MemoryDataset

2011-10-26 Thread Fabio Luis Girardi
Hi! Sometime ago I submitted a patch that makes the FPC Memory DataSet compatible with Delphi to make it usable on both IDE's by project PascalSCADA. The class TDataset was changed in D2009 (I don't know the exactly version) and TMemDataset is incompatible with recent Delphi versions. Now I ask