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 -
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
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
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
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
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
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