Re: Re: [fpc-devel] TList slowness in classes

2004-12-28 Thread Yakov Sudeikin
Talking about TList slowness: In the last years TList and TStringList became slower and slower. Are there any alternatives in classes.pp? A simple TList providing only the very basics, less checks, no notifications, less virtuals, reordered IFs ... ? I think dynamic arrays are just what you

Re: [fpc-devel] TList slowness in classes

2004-12-28 Thread Vincent Snijders
Michalis Kamburelis wrote: I felt that results of this discussion are so important that I created a page in FPC wiki about it: http://www.freepascal.org/wiki/index.php/Avoiding_implicit_try_finally_section There's an URL to mail archives of this discussion, and a small demo program that shows

[fpc-devel] bug reporting system down

2004-12-28 Thread peter green
Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /FPC/html/bugs/bugs.php on line 11 Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /FPC/html/bugs/bugs.php on line 11 An error occurred while executing an mYSQL

[fpc-devel] IE 9999 on second compiler run

2004-12-28 Thread peter green
im posting this direct to the list as the bug report system is down www.p10link.net/iesecondcompile.tbz extract the archive with tar -jxf and run the test script. the first compile will succeed the second compile will exit with ie the problem appears to happen when loading the

Re: [fpc-devel] small patch for db

2004-12-28 Thread Michael Van Canneyt
On Tue, 30 Nov 2004, Jesus Reyes wrote: Tfielddefs.assign handle fielddefs starting at index 1, it should start at index 0 Thanks. Applied. Michael. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

RE: [fpc-devel] gui console in windows

2004-12-28 Thread peter green
have you tried using virtual pascals wincrt unit with freepascal? and if so does it compile and work? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rimgaudas Laucius Sent: 05 November 2004 00:07 To: fpc-devel@lists.freepascal.org Subject:

[fpc-devel] gui console in windows

2004-12-28 Thread Rimgaudas Laucius
Hello, i am interesting, what do you think about redirecting text streams not to windows console, but creating free pascal's own gui console (for example implementing it under -WX switch)? I mean to do something like graph unit is done now orunit wincrt in Virtual Pascal's rtl. Windows

Re: [fpc-devel] TList slowness in classes

2004-12-28 Thread Michael Van Canneyt
On Fri, 24 Dec 2004, Mattias Gaertner wrote: On Fri, 24 Dec 2004 12:13:15 +0100 (W. Europe Standard Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Fri, 24 Dec 2004, Mattias Gaertner wrote: [...] And creates the implicit exception frame only in RaiseIndexError. I have changed