Limitation on length of filename?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
ncc1502
Posts: 48
Joined: Mon Apr 07, 2008 9:18 pm
Has thanked: 23 times
Been thanked: 8 times
Contact:

Limitation on length of filename?

Post 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
Better safe then sorry

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Limitation on length of filename?

Post by medelec35 »

Hi.
It's no so much about the filename length but what characters are used.
Try removing the comma and recompile.
Martin

ncc1502
Posts: 48
Joined: Mon Apr 07, 2008 9:18 pm
Has thanked: 23 times
Been thanked: 8 times
Contact:

Re: Limitation on length of filename?

Post by ncc1502 »

Yes, the comma was the problem.
Better safe then sorry

Post Reply