[fpc-pascal] Codepage + class helper raises "Error identifier idents no member ..."

Bart bartjunk64 at gmail.com
Sat Feb 27 14:01:51 CET 2016


On 2/27/16, Bart <bartjunk64 at gmail.com> wrote:

>> It seems to do it for any codepage you insert.
>
> And it disappears if you comment out the {H+} directive.

It's the combination of
- codepage
- {$H+}
- var s: string = '';

Removing the initiaiation of the local string var (replace it with:
"var s: string")  makes compilation possible.

Bart



More information about the fpc-pascal mailing list