Re: [fpc-devel] Some thoughts about TFPList

2005-05-03 Thread Michael Van Canneyt
On Mon, 2 May 2005, pascalive wrote: I noticed that TFPList class was added in cvs version as a way to get rid of Notify performance penalty. I suggest to remove TFPList.Grow method since its only for Delphi compability (but Delphi doesnt have TFPlist) and AFAIK virtual methods add some degree of

Re: [fpc-devel] WTF? Type checking dependent on compilation mode!?

2005-05-03 Thread Vinzent Hoefler
On Monday 25 April 2005 12:10, Florian Klaempfl wrote: I hate to possibly annoy someone here, but I didn't get an answer yet, if this will be fixed or not... > It's simply a thing to make life easier especially for beginners. I > don't know a real reason why the arrays shouldn't be considered eq

Re: [fpc-devel] Some thoughts about TFPList

2005-05-03 Thread Luiz Américo
Michael Van Canneyt wrote: On Mon, 2 May 2005, pascalive wrote: I noticed that TFPList class was added in cvs version as a way to get rid of Notify performance penalty. I suggest to remove TFPList.Grow method since its only for Delphi compability (but Delphi doesnt have TFPlist) and AFAIK virtu

Re: [fpc-devel] Some thoughts about TFPList

2005-05-03 Thread Dean Zobec
Michael Van Canneyt wrote: On Mon, 2 May 2005, pascalive wrote: I noticed that TFPList class was added in cvs version as a way to get rid of Notify performance penalty. I suggest to remove TFPList.Grow method since its only for Delphi compability (but Delphi doesnt have TFPlist) and AFAIK virtu

[fpc-devel] Bug in TSQLQuery.ApplyRecUpdate

2005-05-03 Thread Luiz Américo
While trying to use mysql through sqldb i found some problems trying to apply the updates using TSqlQuery.ApplyUpdates: Database info: TableName = mysql_bench Table structure = CREATE TABLE `mysql_bench` (`AInt` int(11) default NULL,`AFloat` float(13,5) default NULL,`AStr` varchar(100) default

[fpc-devel] libc bugreport

2005-05-03 Thread zephod
Dear, I am evaluating fpc as a possible replacement compiler for a large kylix based source tree (~200.000 lines of code). In porting the apps I encountered some small troubles: * packages/base/libc/aineth.inc: inp argument of inet_aton should be var instead of in_addr pointer since t

Re: [fpc-devel] Some thoughts about TFPList

2005-05-03 Thread Michael Van Canneyt
On Tue, 3 May 2005, Dean Zobec wrote: > Michael Van Canneyt wrote: > > > > > > > On Mon, 2 May 2005, pascalive wrote: > > > > > I noticed that TFPList class was added in cvs version as a way to get > > > rid of Notify performance penalty. I suggest to remove TFPList.Grow > > > method since i