[fpc-devel] Interface to compressed files and archives

2004-12-29 Thread DrDiettrich
Hi there, I'm new to this list and want to introduce myself and my intended contributions to FreePascal. My name is Dr. Hans-Peter Diettrich, and I live in Flensburg (Germany). For brevity I use to sign my messages as DoDi. My main interests are decompilers and (tools for) porting code. Usually I

Re: [fpc-devel] bug reporting system down

2004-12-29 Thread Florian Klaempfl
peter green wrote: 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 execu

Re: [fpc-devel] TList slowness in classes

2004-12-29 Thread Florian Klaempfl
Michalis Kamburelis wrote: I suspected that every type that needs to be initialized/finalized creates such try...finally block, Yes, it does. but didn't have time to check. But I checked it now. OK, page in wiki is changed, and demo program there is changed. __

Re: [fpc-devel] TList slowness in classes

2004-12-29 Thread Michalis Kamburelis
Vincent Snijders wrote: Michalis Kamburelis wrote: Are there any other cases where this issue may be significant ? If no, I'll mark this wiki page clearly as "only for FPC earlier than 2004-12-28" (to-be-removed when 2.0 comes in), else I will update it. (Note: we can continue this talk on wiki

Re: [fpc-devel] TList slowness in classes

2004-12-29 Thread Vincent Snijders
Michalis Kamburelis wrote: Are there any other cases where this issue may be significant ? If no, I'll mark this wiki page clearly as "only for FPC earlier than 2004-12-28" (to-be-removed when 2.0 comes in), else I will update it. (Note: we can continue this talk on wiki page http://www.freepasc

Re: [fpc-devel] resourcestrings file

2004-12-29 Thread Michael . VanCanneyt
On Wed, 29 Dec 2004, Tomas Hajny wrote: > On Wed, 29 Dec 2004 18:23:52 +0100, Florian Klaempfl wrote > > [EMAIL PROTECTED] wrote: > > > > Added to the wiki for future reference: > > http://www.freepascal.org/wiki/index.php/Using_resourcestrings > > > > I guess it's not in the docs yet else Mi

Re: [fpc-devel] resourcestrings file

2004-12-29 Thread Tomas Hajny
On Wed, 29 Dec 2004 18:23:52 +0100, Florian Klaempfl wrote > [EMAIL PROTECTED] wrote: > > Added to the wiki for future reference: > http://www.freepascal.org/wiki/index.php/Using_resourcestrings > > I guess it's not in the docs yet else Michael would provide a link :) Slightly updated (in Wiki)

Re: [fpc-devel] resourcestrings file

2004-12-29 Thread Florian Klaempfl
[EMAIL PROTECTED] wrote: Added to the wiki for future reference: http://www.freepascal.org/wiki/index.php/Using_resourcestrings I guess it's not in the docs yet else Michael would provide a link :) ___ fpc-devel maillist - fpc-devel@lists.freepascal.o

Re: [fpc-devel] resourcestrings file

2004-12-29 Thread Michael . VanCanneyt
On Wed, 29 Dec 2004, Rimgaudas Laucius wrote: > Hello, > > i am intresting for what purpose resourcestring file is created when > compiling program. Can it be translated and later compiled into executable? > How this can be done? The .rst file is created to provide a mechanism to localize your

[fpc-devel] resourcestrings file

2004-12-29 Thread Rimgaudas Laucius
Hello, i am intresting for what purpose resourcestring file is created when compiling program. Can it be translated and later compiled into executable? How this can be done? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepas

Re: [fpc-devel] TList slowness in classes

2004-12-29 Thread Michalis Kamburelis
Vincent Snijders wrote: 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 d