Re: [fpc-pascal] not possible add into class helper overloaded variant of some virtual method

2013-11-19 Thread ko paka
Reported as http://bugs.freepascal.org/view.php?id=25331. This one point more from my original email was probably some my temporary problem, because I am not able to repeat it again. regards tomas ___ fpc-pascal maillist -

[fpc-pascal] not possible add into class helper overloaded variant of some virtual method

2013-11-18 Thread ko paka
Hello, in actual trunk - fpc 2.7.1 - is not possible to do folloving: unit uStringListHelper; {$mode delphiunicode} interface uses Classes, SysUtils; type { TStringListHelper } TStringListHelper = class helper for TStringList public procedure LoadFromFile(const FileName:

Re: [fpc-pascal] not possible add into class helper overloaded variant of some virtual method

2013-11-18 Thread Sven Barth
On 18.11.2013 18:05, ko paka wrote: Hello, in actual trunk - fpc 2.7.1 - is not possible to do folloving: [snip] When I try to compile it, error Wrong number of parameters will be shown. Based on documentation I found (http://www.freepascal.org/docs-html/ref/refse50.html) it should be