Problem with the mikrobasic 6.0 and visual 3.5

General discussion on mikroBasic PRO for dsPIC30/33 and PIC24.
Post Reply
Author
Message
Prof.Wagner
Posts: 126
Joined: 25 Mar 2011 04:35

Problem with the mikrobasic 6.0 and visual 3.5

#1 Post by Prof.Wagner » 03 Apr 2013 20:15

Hi Everyone,

I was using mikrobasic V5.7 with Visual 2.71 and my development was working very good in the mikromedia board 24F.

I updated the Mikrobasic to V6.0.0 and I have the error below:

236 304 Syntax error: Expected "pointer to data (W10)" but "pointer to data far (?T163)" found terminal_tft_main.mbas
236 327 Incompatible types ("pointer" to "pointer") terminal_tft_main.mbas
0 102 Finished (with errors): 03 abr 2013, 16:07:44 terminal_tft.mbpds


local where is the error:
LABEL15_caption = "Configure WIFI..."
drawlbl(@LABEL15)


The routine drawlbl is:
sub procedure drawlbl(dim _label as ^TLabel)
TFT_Set_Font(_label^.FontName, _Label^.Font_Color, FO_HORIZONTAL)
TFT_Write_Text(_label^.Caption, _label^.Left_, _label^.Top)
end sub

If I install the Visual 3.5 I dont have compilation error, but the mikromedia board doesnt work the LCD. I can hear the Beep (the processor is running) but I see nothing in the LCD (lcd blink and show color with no sense)

Somebody can help me about this problem?

Regards

Prof. Wagner

Prof.Wagner
Posts: 126
Joined: 25 Mar 2011 04:35

Re: Problem with the mikrobasic 6.0 and visual 3.5

#2 Post by Prof.Wagner » 03 Apr 2013 21:13

Hi Everyone,

I solved the problem.

After that I unistall the old version 5.7 I cleaned the register and I turn off and turn on my pc. Only just after this procedure I re install the new version 6.0 and everything works very good.

Regards

Wagner

Post Reply

Return to “mikroBasic PRO for dsPIC30/33 and PIC24 General”