On 2/27/16, Bart <bartjun...@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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to