Page 1 of 1
Copile Error
Posted: Tue Jun 17, 2025 6:05 pm
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
Re: Copile Error
Posted: Tue Jun 17, 2025 6:47 pm
by ELECTRONICA67
this is the flowchart. . .
Re: Copile Error
Posted: Tue Jun 17, 2025 6:50 pm
by ELECTRONICA67
this is the flowchart
Re: Copile Error
Posted: Tue Jun 17, 2025 7:48 pm
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.
Re: Copile Error
Posted: Tue Jun 17, 2025 8:52 pm
by ELECTRONICA67
Ok, thank you Martin, has been fixed
Re: Copile Error
Posted: Tue Jun 17, 2025 8:54 pm
by ELECTRONICA67
Ok, thank You Martin, has been fixed

Copile Error
Posted: Mon Jun 23, 2025 7:54 pm
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
Re: Copile Error
Posted: Mon Jun 30, 2025 4:11 pm
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.