Hello,
The Get Short Path Name error is something we have seen before and relates to the 8.3 filesystem being switched off, maybe by something like the system mechanic software.
This FAQ details the problem and how to solve it.
http://www.matrixtsl.com/faq/index.php? ... artlang=en
However this does not seem to be your problem. It seems you are using v6 compiler options for v7. V7 does not use the boostc compiler which is why Flowcode is reporting it cannot find the path.
The v7 PIC default compiler options are listed here.
Compiler Location: $(appdir)compilers\pic\bin\xc8.exe
Compiler Parameters: --chip=$(chip) "$(target).c" --MSGDISABLE=359,1273,1388
Linker Location: $(appdir)tools\DoNothing\DoNothing.exe
Linker Parameters:
Programmer Location: $(appdir)tools\mLoader\mLoader.exe
Programmer Parameters: -chip $(chip:u) "$(outdir)$(target).hex"