José Mejuto schrieb:
Add at beginning {$H+} to switch on ansistrings, otherwise you are
using shortstrings which are 255 characters in length at most, and
your lines are around 300 chars.
Instead of using obscure compiler switches (where you never know for
sure the scope and whether they work as you think) I would advice to not
use generic types like "string" but use "ansistring". Then you realy
know what type is used in the end.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal