Page 1 of 1

Limitation on length of filename?

Posted: Fri Nov 16, 2018 1:12 am
by ncc1502
Is there a limitation on the length of the filename of a Flowcode program?

I saved my program, renamed it and since it does not compile (with this cryptic massage), while the old (identical) program with a shorter name compiles without error.


PicPLC Liftbesturing V19C FC6 MONO, EMOD en Kollmorgen Mono PIC18F4520 2018-11-16.c
Starting preprocessor: "C:\Program Files (x86)\Flowcode 6\compilers\pic\boostc\pp.exe" "PicPLC Liftbesturing V19C FC6 MONO, EMOD en Kollmorgen Mono PIC18F4520 2018-11-16.c" -i "C:\Program Files (x86)\Flowcode 6\compilers\pic\boostc\include" -d _PIC18F4520 -la -c2 -o "PicPLC Liftbesturing V19C FC6 MONO, EMOD en Kollmorgen Mono PIC18F4520 2018-11-16.pp" -v -d _BOOSTC -d _PIC18 -d _CHAR_INDEX

PicPLC Liftbesturing V19C FC6 MONO(1): error: failure

failure
Completed BoostC compilation, return = 1

C:\Program Files (x86)\Flowcode 6\compilers\pic\boostc\boostc_18F.exe gerapporteerde foutcode 1

Re: Limitation on length of filename?

Posted: Fri Nov 16, 2018 8:16 am
by medelec35
Hi.
It's no so much about the filename length but what characters are used.
Try removing the comma and recompile.

Re: Limitation on length of filename?

Posted: Sat Nov 17, 2018 6:16 pm
by ncc1502
Yes, the comma was the problem.