M Mwinsor Member Licensed User Longtime User Jun 30, 2016 #1 I am getting the following in debug only. In release it works fine: B4A version: 5.50 Parsing code. (0.31s) Compiling code. (1.23s) Compiling layouts code. (0.07s) Generating R file. (0.08s) Compiling debugger engine code. (3.76s) Compiling generated Java code. Error B4A line: 24 If init = False Then Process_Globals javac 1.7.0_75 src\KCSoft\ComicSuiteMobile\httputilsservice.java:337: error: cannot find symbol _process_globals();}; ^ symbol: method _process_globals() location: class httputilsservice
I am getting the following in debug only. In release it works fine: B4A version: 5.50 Parsing code. (0.31s) Compiling code. (1.23s) Compiling layouts code. (0.07s) Generating R file. (0.08s) Compiling debugger engine code. (3.76s) Compiling generated Java code. Error B4A line: 24 If init = False Then Process_Globals javac 1.7.0_75 src\KCSoft\ComicSuiteMobile\httputilsservice.java:337: error: cannot find symbol _process_globals();}; ^ symbol: method _process_globals() location: class httputilsservice
Erel B4X founder Staff member Licensed User Longtime User Jul 1, 2016 #2 Why are you calling Process_Globals? It should never be needed. Upvote 0
M Mwinsor Member Licensed User Longtime User Jul 5, 2016 #3 I am not calling it. Perhaps my library is corrupted. Again, this error only occurs when compiling in debug mode. In release, it is fine. Upvote 0
I am not calling it. Perhaps my library is corrupted. Again, this error only occurs when compiling in debug mode. In release, it is fine.
Erel B4X founder Staff member Licensed User Longtime User Jul 6, 2016 #4 I recommend you to switch to OkHttpUtils2. Upvote 0