[fpc-pascal] String error on Windows
Jonas Maebe
jonas at freepascal.org
Sun Oct 31 08:53:59 CET 2021
On 31/10/2021 05:35, Ryan Joseph via fpc-pascal wrote:
> I thought they were behind a mode switch called "c operators" or something but either way I don't see why Windows would disable them.
The compiler itself does enable them by the default on any platform.
However, the fpc.cfg file that gets installed with FPC on all platforms
does enable them by default (it contains -Sgic). Compile with -vt and
check where the compiler is getting its configuration file from.
Jonas
More information about the fpc-pascal
mailing list