|
Reported by Pedro Agulló
However, the command-line compiler, while limited to 255
char-length lines, can receive more than one /A line via a .CFG file, so it
can compile things the IDE compiler can't.
How to reproduce the problem:
Enter more than 255 char length unit aliases in the "Unit aliases" edit box,
and then compile: you'll find that the compiler ignores all characters past
beyond 255.
Why is this a bug.
There is no reason why more than 255 characters could be used, and this
limitation has broken my own code. |