iOS Question Compile Error

RVP

Active Member
Licensed User
Longtime User
Just started doing this, it was working fine, I errored out while stepping thru code and now when I try to compile again, I get this:

B4i version: 2.00
Parsing code. (0.01s)
Compiling code. (0.05s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. Error
javac 1.7.0_60
shell\src\rvp\id\pjtrailer\b4i_main.java:54: error: cannot find symbol
b4i_main_subs_0._process_globals();
^
symbol: variable b4i_main_subs_0
location: class b4i_main
1 error

Just figure out that I can get rid of the error, if I change anything in the Process_Globals portion of the named Module. It will then compile again, but only once.
 
Last edited:
Top