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 y

Re: Re: [fpc-devel]Proposal for audo-destructors

2004-09-19 Thread Yakov Sudeikin
>I would really appreciate some comments on my question about patches >that would implement "optional", "unofficial" or "pluggable" features. >I would like very much to be able to build extensions for particular >idioms. I understand that not everybody will like this possibility. >The question is i

Re: [fpc-devel]Building 1.9.4 on a Windows box

2004-07-16 Thread Yakov Sudeikin
Can I get hands on that win32 binary that you finaly (hopefuly) will compile? Thanks, Yakov >Hi All, > >Maybe its my lack of sleep or too much coffee but I just cant seem to get >1.9.4 to build. I have the 1.9.2 binary installed and it is working fine. >I keep getting the error: > >system.pp(32,

Re: [fpc-devel]Recompile the RTL to trace bugs

2004-05-03 Thread Yakov Sudeikin
constantly keep the dynarray features healthy. Thank you, Yakov Sudeikin - Original Message - From: "Giulio Bernardi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 4:25 PM Subject: [fpc-devel]Recompile the RTL to trace bugs > Hi. >

[fpc-devel]freebsd rtl (closedir)

2004-01-18 Thread Yakov Sudeikin
Hi, What happened with "closedir", "opendir" "Dirent" things in FreeBSD RTL? in 1.1 I used just to add "uses unix;" and the functions were here, now I just cannot find them in the 1.9.2 RTL at all. Any idea where are they now? Thank you, Yakov ___ fpc

[fpc-devel]default parameters

2004-01-16 Thread Yakov Sudeikin
f you guys decide to help me to compile it and get it working as good as it works when compiled with delphi/kylix (console app with only system unit used) -- you will get these four new features really stable! Thanks, Yakov Sudeikin ___ fpc-devel

Re: [fpc-devel]Questions about building an IDE/RAD System

2003-12-31 Thread Yakov Sudeikin
tch, create your own code editor, add your form designer, hook to the external debugger, and call the command line compiler. If you do that, let me know, I'd like to use it :)) Take care, Yakov Sudeikin ___ fpc-devel maillist - [EMAIL

Re: [fpc-devel]Re: Some idea of joint units

2003-11-15 Thread Yakov Sudeikin
> How about this? > uses {$i vcl.inc}; This would be the usage of preprocessor, which will work of course, but as the whole progressive humanity seeks the way to avoid preprocessors, it might be not wise to go like this. Yakov ___ fpc-devel maillist

[fpc-devel]Some idea of joint units

2003-11-13 Thread Yakov Sudeikin
Guten morgen, The same idea that I sent to borland bug/feature website years ago and want to share with greatly respected FPC community. Let's call it "reuse unit", wich can save a lot of time and space for developers and is really easy to understand. For instance you create a unit: - 8< - - - -

Re: [fpc-devel]fpcmake

2003-10-12 Thread Yakov Sudeikin
Let's get rid of fpcmake. Pascal is good because you do not need this old-crap-make-utility to compile your programs! All you need is a compiler!   Thanks Yakov

[fpc-devel]1.1 default parameters

2003-07-05 Thread Yakov Sudeikin
Hi there,   I have seen 1.1 understanding default parameters for a very long time, now the compiler ignores them and demands for explicit value to be passed in any case.   procedure test(a: integer = 0);   test(1); test();  //compiler will fail   Am I missing something? Could that be that I ne

Re: [fpc-devel]1.1 daily win32 snapshot

2003-06-29 Thread Yakov Sudeikin
> >I used to download win32 daily built binary every sunday or so, no I cannot > >locate it on the ftp, any ideas? > > ftp://ftp.freepascal.org/fpc/snapshot/v11/ > ftp ftp.freepascal.org cd /fpc/snapshot/v11/win32-i386 ls -rw-r--r--1 1019 100 1798281 Apr 8 03:17 basew32.zip -rw-r--

[fpc-devel]1.1 daily win32 snapshot

2003-06-28 Thread Yakov Sudeikin
Hi there guys! I used to download win32 daily built binary every sunday or so, no I cannot locate it on the ftp, any ideas? Thanks, Yakov ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel]I give up

2003-03-28 Thread Yakov Sudeikin
I give up, anyone can provide that comparch.tex in _ANY_ other format but TeX? HTML or PDF would be great. Thanks, Yakov ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel]strange unit XLIB linking error

2003-03-08 Thread Yakov Sudeikin
7;s manual before trying to work with the code and do any changes" but what is that mystical manual... where is that thing. Thank you, Yakov Sudeikin ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel