Re: [fpc-devel] TDataset.ClearBuffers change in svn revision 3138

2006-04-05 Thread Luiz Americo Pereira Camara
Joost van der Sluis escreveu: On Mon, 2006-04-03 at 21:29 -0300, Luiz Americo Pereira Camara wrote: In revision 3138 TDataset.Clearbuffers call InternalInitRecord to empty the ActiveBuffer. I have two comments: - In DoInsertAppend InternalInitRecord will be called twice: one through

[fpc-devel] Hitting bug 4733

2006-04-05 Thread Yves Glodt
Hello, I am trying to compile a Firebird UDF library with fpc 2.0.0 under on the amd64 architecture (precisely: ubuntu dapper preview release), but unfortunately I hit bug 4733... That is: The code compiles fine, but fails to link, here below the complete error: [EMAIL PROTECTED]:~/subversion/li

[fpc-devel] Which version of fpc has the new internal linker?

2006-04-05 Thread rstar
Which version of FPC has the new internal linker? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] TDataset.ClearBuffers change in svn revision 3138

2006-04-05 Thread Joost van der Sluis
On Mon, 2006-04-03 at 21:29 -0300, Luiz Americo Pereira Camara wrote: > In revision 3138 TDataset.Clearbuffers call InternalInitRecord to empty > the ActiveBuffer. I have two comments: > - In DoInsertAppend InternalInitRecord will be called twice: one through > ClearBuffers and other through Ini