[Solved!] Flowcode 7.3 compiler error

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

Moderator: Benj

Post Reply
User avatar
tiny
Posts: 200
Joined: Wed Jul 08, 2009 8:29 am
Has thanked: 51 times
Been thanked: 93 times
Contact:

[Solved!] Flowcode 7.3 compiler error

Post by tiny »

Error messages when compiling an existing project with Flowcode 7.3. Please note, what I should do, that it works with the new version.
The variables declared as errors are text constants that are used several times in the program routines. With FC 7.2.1.4 there were no related error messages.

Thanks
Christina
Testlauf mit FC 7.3.msg.txt
(13.32 KiB) Downloaded 253 times
Last edited by tiny on Mon Jan 08, 2018 5:27 pm, edited 1 time in total.

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Flowcode 7.3 compiler error

Post by LeighM »

Hi Christina,
Sorry, it looks like a new bug, such that defines for the string lengths are not being created.
This is a bug that will need to be fixed in the Flowcode executable, unfortunately, due to staff holidays, this isn't going to get fixed until the new year.
A workaround would be to replace all the string constants with text string properties.
Although it looks like you have quite a few to change!

User avatar
tiny
Posts: 200
Joined: Wed Jul 08, 2009 8:29 am
Has thanked: 51 times
Been thanked: 93 times
Contact:

Re: Flowcode 7.3 compiler error

Post by tiny »

Thank you for your prompt reply. I think I will not change the text constants, there are too many! I will just continue with version 7.2 and wait for the changed FC 7.3.

Thanks again and I wish you and the whole team a Merry Christmas and all the best and much success in the New Year!

Christina

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: Flowcode 7.3 compiler error

Post by Benj »

Hello,

We have now hopefully managed to fix the string constants bug in 7.3.

Simply overwrite the executable in the "Flowcode 7" directory with the attached executable and this should solve the problem for you.

http://www.matrixtsl.com/temp/FlowcodeV7.3.0.6.zip

Let us know how you get on.

User avatar
tiny
Posts: 200
Joined: Wed Jul 08, 2009 8:29 am
Has thanked: 51 times
Been thanked: 93 times
Contact:

Re: Flowcode 7.3 compiler error

Post by tiny »

Thanks Ben! It works again! Thanks for the quick completion!

Christina

Post Reply