A few minutes ago i installed B4J version 10.30 for the second time (i thought it might help).
I reopened one of my tutorial projects (pmtablebrowser version 2 (pmtablebrowser_v2.zip) and got this error message
The search for 'initialized' revealed 4 lines:
I changed the
to:
But that didn't change anything because the parsing program was throwing the error.
The core library was not updated after the new installation:
Do i need an update for the core library?
I reopened one of my tutorial projects (pmtablebrowser version 2 (pmtablebrowser_v2.zip) and got this error message
There is no reference in the IDE to where that error occurs.'as' expected.
'(' expected.
'(' expected.
Unknown type: initialized
Are you missing a library reference?
The search for 'initialized' revealed 4 lines:
I changed the
B4X:
If lbl.IsInitialized then
B4X:
If initialized(lbl) then
This seems to be a one of a kind error because my other tutorials (starting with 'pmtable') work just fine with B4J 10.30B4J Version: 10.30
Parsing code. Error
Error parsing program.
Error description: Unknown type: initialized
Are you missing a library reference?
Error occurred on line: 20 (TransferMode)
Private Initialized As Boolean
The core library was not updated after the new installation:
Do i need an update for the core library?