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
Copile Error
-
- Posts: 143
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 3:59 pm
- Has thanked: 26 times
- Been thanked: 9 times
Copile Error
- Attachments
-
- 3.jpeg (174.75 KiB) Viewed 467 times
-
- 2.jpeg (178.38 KiB) Viewed 467 times
-
- 1.jpeg (144.2 KiB) Viewed 467 times
Last edited by ELECTRONICA67 on Tue Jun 24, 2025 5:34 am, edited 2 times in total.
-
- Posts: 143
- Joined: Wed Dec 02, 2020 3:59 pm
- Has thanked: 26 times
- Been thanked: 9 times
-
- Posts: 143
- Joined: Wed Dec 02, 2020 3:59 pm
- Has thanked: 26 times
- Been thanked: 9 times
-
- Matrix Staff
- Posts: 1988
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 630 times
- Been thanked: 660 times
Re: Copile Error
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.
Can you do a full component database update, then reload your project.
Martin
-
- Posts: 143
- Joined: Wed Dec 02, 2020 3:59 pm
- Has thanked: 26 times
- Been thanked: 9 times
-
- Posts: 143
- Joined: Wed Dec 02, 2020 3:59 pm
- Has thanked: 26 times
- Been thanked: 9 times
-
- Posts: 143
- Joined: Wed Dec 02, 2020 3:59 pm
- Has thanked: 26 times
- Been thanked: 9 times
Copile Error
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
Do you know if this message only appears on my computer


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 (167.34 KiB) Viewed 281 times
-
- 1.jpeg (129.89 KiB) Viewed 281 times
-
- Matrix Staff
- Posts: 1940
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 506 times
- Been thanked: 688 times
Re: Copile Error
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel