ArmmiteH743 V5.07.02 betas - library,STM32H743VIT6 support and more.


Author Message
KeepIS

Guru

Joined: 13/10/2014
Location: Australia
Posts: 2064
Posted: 08:47am 20 Nov 2023      

Just found time to load a current working program.

Looks Like a problem with Tokens/Code optimization?

I have a lot of GUI pages in this program.

Const HOME_PAGE=1

GUI SETUP HOME_PAGE
some control setup code

>  RUN

[409] GUI SETUP HOME_GUI PAGE
Error : HOME_GUI is not declared
>

"HOME_PAGE" has been replaced with "HOME_GUI PAGE" but only at GUI SETUP