[fpc-pascal] fpc2js
Michael Van Canneyt
michael at freepascal.org
Wed Dec 6 15:19:39 CET 2017
On Wed, 6 Dec 2017, Victor Campillo wrote:
> On 06/12/17 14:33, Michael Van Canneyt wrote:
>>
>> Thank you very much for your remarks!
>>
>> I have fixed all issues and re-uploaded the file:
>> http://www.freepascal.org/~michael/pas2js/pas2js-demo-0.8.37.zip
>>
> Hi Michael,
>
> Thank you, now in package fpcunit I get this error.
>
> consoletestrunner.pas(300,40) Error: not yet implemented: :TParamsExpr
> [20170601191003]
Change line 300 to
for i := low(DefaultLongOpts) to Length(DefaultLongOpts)-1 do
and it should compile again.
Michael.
More information about the fpc-pascal
mailing list