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
 

Attachments

  • 1632829345516.png
    294.2 KB · Views: 175

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
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…