Re: [fpc-devel] TList.Assign - overloaded implementation

2006-05-12 Thread Geno Roupsky
2006/5/11, Florian Klaempfl <[EMAIL PROTECTED]>: It is a plain copy of the delphi source code so it can't be used.Well this sounds strange :)Is it because of licensing problems or compatibility ones?-- Geno Roupsky ___ fpc-devel maillist -

Re: [fpc-devel] Trouble with FPC version.

2006-05-04 Thread Geno Roupsky
ut the '+' character, or should not? Bug?Afaik this is on purpose. In Delphi comments can follow after a directive.Can it be done only in {$mode delphi} to allow this, in others to require at least a space after the define name or give a warning of some kind? -- Geno Roupsky

Re: [fpc-devel] How to add comments on FPC buglist?

2006-05-04 Thread Geno Roupsky
eviews available?Is it based on PSP or some other already available web lib?I think having an opensource pascal written bugtracking system would be great! So please hurry up and show us some code :) -- Geno Roupsky ___ fpc-devel maillist - fpc

[fpc-devel] cwstring update

2006-03-30 Thread Geno Roupsky
SetCWideStringManager to recreate the tables using the new charmap. -- Geno Roupsky Index: rtl/unix/cwstring.pp === --- rtl/unix/cwstring.pp (revision 3088) +++ rtl/unix/cwstring.pp (working copy) @@ -111,6 +111,7 @@ {$endif} var

Re: [fpc-devel] procedure Types

2006-03-15 Thread Geno Roupsky
then > >x > > MyF : TMyStringProc; > > > >This is documented. > > > >Michael. > >___ > >fpc-devel maillist - fpc-devel@lists.freepascal.org > >http://lists.freepascal.org/mailman/listinfo/fpc-devel > > > > > > > ___ > fpc-devel maillist - fpc-devel@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-devel > -- Geno Roupsky ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] TStrings.Assign doesn't copy Delimiter

2006-02-23 Thread Geno Roupsky
Well this is the way borland implemented it from the begining. Although it makes sense to copy the delimiter too there is a lot of code out there and some may be broken if this is changed. Geno Roupsky2006/2/22, Vincent Snijders <[EMAIL PROTECTED]>: Hi,The program below exits with an error. I wou

Re: [fpc-devel] How to call (access) to an external procedure!

2006-01-30 Thread Geno Roupsky
ful but the idea for methods is this. Just keep in mind that methods have a hidden parameter Self pointing to the object. When method is declared as cdecl it is the first parameter. Tia, Geno Roupsky В вт, 2006-01-31 в 10:05 +0330, Amir Aavani написа: > dear friends, > I know that if want t