Mikrobasic TFT Project Declaration Issue

Fully featured ARM compilers available on Windows, Linux, and macOS.
Post Reply
Author
Message
hommelus
Posts: 3
Joined: 23 Apr 2015 12:08

Mikrobasic TFT Project Declaration Issue

#1 Post by hommelus » 07 May 2022 10:59

I have a big issue with Mikrobasic TFT project(s)
When compiling or switch between TFT editor and mikrobasic it happens many times that a part of my Dim declarations ore gone.

Any idea how it is possible?

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Mikrobasic TFT Project Declaration Issue

#2 Post by filip » 10 May 2022 09:13

Hi,

I apologize for this issue, can you explain it in details ?
Does it happen with a specific project ?

Regards,
Filip.

hommelus
Posts: 3
Joined: 23 Apr 2015 12:08

Re: Mikrobasic TFT Project Declaration Issue

#3 Post by hommelus » 23 May 2022 18:03

I discovered some bug. Let me explain

I start a TFT project with Mikromedia+ 32Mx......
Til sofar OK

The beginning of the software is like this

***************************************************************************
program Test05052022_main

main:
Start_TP()

while TRUE
Check_TP()
wend

etcetera

When I i.e. place a dim just below program and I go to the screen section of the TFT to place i.e. a square or label or whatever en I compile from that position then the Dim just below Program ..... is disappeared

***************************************************************************
program Test05052022_main
dim RSCicle as Integer
dim Name as String[20]
main:
Start_TP()

while TRUE
Check_TP()
wend
.....

After compile from the TFT environment the first Dim is gone
Whats left is this

***************************************************************************
program Test05052022_main
<========= that dim is gone
dim Name as String[20]
main:
Start_TP()

while TRUE
Check_TP()
wend
.....


It is easy to reproduce the fault

Kind Regards
Frank Godefoy

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Mikrobasic TFT Project Declaration Issue

#4 Post by filip » 27 May 2022 09:06

Hi,

Which version of compiler/Visual TFT are you using ?

Regards,
Filip.

hommelus
Posts: 3
Joined: 23 Apr 2015 12:08

Re: Mikrobasic TFT Project Declaration Issue

#5 Post by hommelus » 29 May 2022 18:30

Hi

I use the one which is itergrated into Mikrobasic 32 Version 4.0.0
This is as far as I know the latest version.
I may suppose that it automaticly is upgraded with the Mikrobasic version

Kind Regards
Frank Godefroy

Post Reply

Return to “PIC32 AI Compilers”