Label error

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:

Label error

Post by Jan Lichtenbelt »

I met a label error in Flowcode 6 program. The label has been used in a macro called "Test1".
The error happens because the goto label has not been correctly translated into the C-code
(In C: goto FCC__A: instead of goto FCC_Test1_A; with label FCC_Test1_A:
In the original I met also the opposite goto FCC_Test1_A; with label FCC_A:)

I found a simple solution by programming the C-codes myself. So I can go on, on this moment.

Kind regards

Jan

PS. It is a silly program, but in principal it should work
Attachments
Test_Label.c
(3.26 KiB) Downloaded 193 times
Test_Label.fcfx
(4.29 KiB) Downloaded 192 times

User avatar
JonnyW
Posts: 1230
Joined: Fri Oct 29, 2010 9:13 am
Location: Matrix Multimedia Ltd
Has thanked: 63 times
Been thanked: 290 times
Contact:

Re: Label error

Post by JonnyW »

Hi. Cheers Jan, I will try to get something sorted for that in the next patch.

Jonny

Post Reply