File management

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

Moderator: Benj

Post Reply
User avatar
Jan Lichtenbelt
Posts: 797
Joined: Tue Feb 17, 2009 8:35 pm
Location: Haren GN, the Netherlands
Has thanked: 128 times
Been thanked: 264 times
Contact:

File management

Post by Jan Lichtenbelt »

Translation of the Flowcode into the .hex file and loading into the microchip delivers a lot of files which hardly or not at all used in detail.
It would be very nice if the Flowcode is in one direction and all other in a kind of sub direction called "Temp" or something like that.

Is that allready possible, or is something to think about for a future Flowcode version?


Kind regards


Jan Lichtenbelt

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: File management

Post by Benj »

Hello Jan,

Try this, in the "View -> Global options" menu select the "Locations" tab and change the "Send compiler output to...":

from
$(srcdir)
to
$(srcdir)\Temp
Let me know how you get on.

User avatar
Jan Lichtenbelt
Posts: 797
Joined: Tue Feb 17, 2009 8:35 pm
Location: Haren GN, the Netherlands
Has thanked: 128 times
Been thanked: 264 times
Contact:

Re: File management

Post by Jan Lichtenbelt »

Benj wrote:Hello Jan,

Try this, in the "View -> Global options" menu select the "Locations" tab and change the "Send compiler output to...":

from
$(srcdir)
to
$(srcdir)\Temp
Let me know how you get on.
That is a very good improvement!!!!

Thanks

Jan

User avatar
Jan Lichtenbelt
Posts: 797
Joined: Tue Feb 17, 2009 8:35 pm
Location: Haren GN, the Netherlands
Has thanked: 128 times
Been thanked: 264 times
Contact:

Re: File management

Post by Jan Lichtenbelt »

The locations information for compiler output:
$(srcdir)\Temp
results in files with double back spaces e.g. ......\\Temp\Test.hex

It is better to change the location for compiler output to:
$(srcdir)Temp
This results in a single back space like: ....\Temp\Test.hex

With kind regards

Jan Lichtenbelt

Post Reply