Re: [fpc-devel] Minor Error in $delphi mode for a unit I'm converting

2005-06-11 Thread Florian Klaempfl
L505 wrote: > | >> The error was here: > | >> const > | >> RegExprInvertCaseFunction : > | >> TRegExprInvertCaseFunction=TRegExpr.InvertCaseFunction; > | > | Can you create a complete example and in the best case add it to the bug > | repository please? > > Yes, just thought I'd first figure out

Re: [fpc-devel] Minor Error in $delphi mode for a unit I'm converting

2005-06-10 Thread L505
| >> The error was here: | >> const | >> RegExprInvertCaseFunction : | >> TRegExprInvertCaseFunction=TRegExpr.InvertCaseFunction; | | Can you create a complete example and in the best case add it to the bug | repository please? Yes, just thought I'd first figure out whether the code was wrong, b

Re: [fpc-devel] Minor Error in $delphi mode for a unit I'm converting

2005-06-10 Thread Florian Klaempfl
Michael Van Canneyt wrote: > > > On Fri, 10 Jun 2005, L505 wrote: > >> While converting a KOL regular expression unit for use with >> freepascal, I came >> across only one compile error, in {$mode delphi} >> >> The error was here: >> const >> RegExprInvertCaseFunction : >> TRegExprInvertCaseFu

Re: [fpc-devel] Minor Error in $delphi mode for a unit I'm converting

2005-06-10 Thread Marco van de Voort
> While converting a KOL regular expression unit for use with freepascal, I came > across only one compile error, in {$mode delphi} > > The error was here: > const > RegExprInvertCaseFunction : > TRegExprInvertCaseFunction=TRegExpr.InvertCaseFunction; > > Error: Typed constants of the type "pr

Re: [fpc-devel] Minor Error in $delphi mode for a unit I'm converting

2005-06-10 Thread Michael Van Canneyt
On Fri, 10 Jun 2005, L505 wrote: While converting a KOL regular expression unit for use with freepascal, I came across only one compile error, in {$mode delphi} The error was here: const RegExprInvertCaseFunction : TRegExprInvertCaseFunction=TRegExpr.InvertCaseFunction; Error: Typed consta

[fpc-devel] Minor Error in $delphi mode for a unit I'm converting

2005-06-10 Thread L505
While converting a KOL regular expression unit for use with freepascal, I came across only one compile error, in {$mode delphi} The error was here: const RegExprInvertCaseFunction : TRegExprInvertCaseFunction=TRegExpr.InvertCaseFunction; Error: Typed constants of the type "procedure of object"