Error compiling in debug mode

jegadk

Member
Licensed User
Longtime User
Hi.

Have a strange problem. Only in debug mode. In release everything works fine.

Compiling code. 0.03
Compiling layouts code. 0.02
Generating R file. 0.00
Compiling generated Java code. Error
B4A line: 25
End Sub
javac 1.7.0_03
src\boxboard\danklub\dk\main.java:788: error: cannot find symbol
return new Object[] {"Activity",_activity,"hc",_hc,"GameList",_gamelist,"GAME_LIST",_game_list,"countRestore",_countrestore,"strSQL",_strsql,"tl2",_tl2,"Games",_games,"m",_m,"gamePos",_gamepos,"gameID",_gameid,"gameListID",_gamelistid,"pm",_pm,"Bmp",_bmp,"lblBottom",_lblbottom,"gamesView",_gamesview,"count",_count,"startString",_startstring,"btnKampDato",_btnkampdato,"aktuelKampDato",_aktuelkampdato,"pnlTop",_pnltop,"formats",Debug.moduleToString(boxboard.danklub.dk.formats.class),"BoxBoard",Debug.moduleToString(boxboard.danklub.dk.boxboard.class)};

B4A line 25 is the End Sub of Sub Process_Globals
 

jegadk

Member
Licensed User
Longtime User
Made a new project, copied all code. Same error.

Again, new project with old code. BUT name of b4a file was boxboard, and had a bas file with same name. Changed the bas filename to board, and now i can compile in debug mode.

Seems that it is only in debug mode this was showing up, not in release mode, where everything runs fine.

Any comment on that Erel, or other....
 
Upvote 0
Top