Bug? Error in Compiling (debug mode) after updating to 3.70

mc73

Well-Known Member
Licensed User
Longtime User
I get this
B4X:
B4J version: 3.70
Parsing code.  (0.48s)
Compiling code.  (1.15s)
Compiling layouts code.  (0.00s)
Compiling generated Java code.  Error
B4J line: 56
start_server
javac 1.7.0_45
src\myCompany\myProject\main.java:339: error: cannot find symbol
_start_server();
^
  symbol:  method _start_server()
  location: class main

This only happens in debug mode, and did not in earlier versions of b4j.
 

mc73

Well-Known Member
Licensed User
Longtime User
Can you upload the project?
No need to. I found out that the problem seems to appear when using startMessageLoop. Please check the tiny project I attach. Don't know if it's a bug, or a fault in my configuration, but I get the very same mistake when compiling.
 

Attachments

  • startMessageLoopBug.zip
    936 bytes · Views: 259
Top