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
Limitation on length of filename?
Moderator: Benj
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Limitation on length of filename?
Hi.
It's no so much about the filename length but what characters are used.
Try removing the comma and recompile.
It's no so much about the filename length but what characters are used.
Try removing the comma and recompile.
Martin