Copile Error

For general Flowcode discussion that does not belong in the other sections.
Post Reply
ELECTRONICA67
Posts: 143
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 3:59 pm
Has thanked: 26 times
Been thanked: 9 times

Flowcode v10 Copile Error

Post by ELECTRONICA67 »

Hello,

Flowcode 10 has just been updated. I created a simple program that turns an LED on and off, but when I compile the flowchart, I get an error.

Regards
Enrique
Attachments
3.jpeg
3.jpeg (174.75 KiB) Viewed 461 times
2.jpeg
2.jpeg (178.38 KiB) Viewed 461 times
1.jpeg
1.jpeg (144.2 KiB) Viewed 461 times
Last edited by ELECTRONICA67 on Tue Jun 24, 2025 5:34 am, edited 2 times in total.

ELECTRONICA67
Posts: 143
Joined: Wed Dec 02, 2020 3:59 pm
Has thanked: 26 times
Been thanked: 9 times

Flowcode v10 Re: Copile Error

Post by ELECTRONICA67 »

this is the flowchart. . .

ELECTRONICA67
Posts: 143
Joined: Wed Dec 02, 2020 3:59 pm
Has thanked: 26 times
Been thanked: 9 times

Re: Copile Error

Post by ELECTRONICA67 »

this is the flowchart
Attachments
10HZ.fcfx
(9.14 KiB) Downloaded 8 times

medelec35
Matrix Staff
Posts: 1988
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 630 times
Been thanked: 660 times

Re: Copile Error

Post by medelec35 »

Hello, thank you for the report, this has been reported earlier today and has now been fixed.
Can you do a full component database update, then reload your project.
Martin

ELECTRONICA67
Posts: 143
Joined: Wed Dec 02, 2020 3:59 pm
Has thanked: 26 times
Been thanked: 9 times

Re: Copile Error

Post by ELECTRONICA67 »

Ok, thank you Martin, has been fixed

ELECTRONICA67
Posts: 143
Joined: Wed Dec 02, 2020 3:59 pm
Has thanked: 26 times
Been thanked: 9 times

Flowcode v10 Re: Copile Error

Post by ELECTRONICA67 »

Ok, thank You Martin, has been fixed :)

ELECTRONICA67
Posts: 143
Joined: Wed Dec 02, 2020 3:59 pm
Has thanked: 26 times
Been thanked: 9 times

Flowcode v10 Copile Error

Post by ELECTRONICA67 »

Hi Martin,

Do you know if this message only appears on my computer :?: . . .Or if it appears to some users :?:
After applying the patch published in this post, fixed the first message I posted; I updated two computers. Then, I started seeing other messages that I'd never seen before in flowcharts that were compiled without errors or messages. My question is, are these errors in the Flowcode files :?:
And does it affect the operation of the compiled program :?:

P.D. Another observation is that on two other computers that I didn't update with the patch, these messages don't appear; they compile correctly.
(I think there were two patches in the last few days.) I'm compiling programs that were compiled without errors or messages from weeks ago.
I republished the post here because I think the messages are related to this topic.

Thanks
Enrique
Attachments
2.jpeg
2.jpeg (167.34 KiB) Viewed 275 times
1.jpeg
1.jpeg (129.89 KiB) Viewed 275 times

BenR
Matrix Staff
Posts: 1940
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 688 times

Re: Copile Error

Post by BenR »

Hi Enrique,

That warning is because you are using functions or delays as part of your main program loop and also as part of an interrupt. All that it's saying is that it will make two copies of the functions so that there isn't a clash or corruption during runtime.

Post Reply