[fpc-pascal] Embedded ARM7 and long strings

Flávio Etrusco flavio.etrusco at gmail.com
Thu Jul 25 16:07:26 CEST 2013


On Wed, Jul 24, 2013 at 4:07 AM, Carsten Bager <carsten at beas.dk> wrote:
> (...)
>
> The {$LONGSTRINGS OFF} directive is given at the beginning of the program, and that
> eliminates any problems with "long strings" using the 2.05 compiler. That does not seem to
> work with the new compiler.
>
> Is there a way around this problem?
>
> Carsten

Did you try {$H-}? Sure, AFAIR it was just a shorthand {$LONGSTRING},
but there's no mention of the latter in the manual:
http://www.freepascal.org/docs-html/ref/refsu11.html

Best regards,
Flávio



More information about the fpc-pascal mailing list