Bug? Strange error compiling.

Gerardo Tenreiro

Active Member
Licensed User
Since last night without changing anything B4R gives this error when compiling any program.
Any idea where to start looking.
Thank you
1632834692472.png
 

Attachments

  • 1632829345516.png
    1632829345516.png
    294.2 KB · Views: 168

janderkan

Well-Known Member
Licensed User
Longtime User
Will this code compile ?

B4X:
Sub Process_Globals
    Public Serial1 As Serial
End Sub

Private Sub AppStart
    Serial1.Initialize(115200)
    Log("AppStart")

End Sub
 
Top