PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM20 (android)] Beware Case Sensetive
[WM20 (android)] Beware Case Sensetive
Iniciado por guest, 28,jul. 2015 14:45 - 1 respuesta
Publicado el 28,julio 2015 - 14:45
you think windev is not case sensetive programming language , you may want to think again.

while making change of android app , i notice one of the query name , the case format is wrong . for example Q_ACtiveDB (C suppose tobe lower case )

I open the query and change the name to Q_ActiveDB then save and do full compile.

I get alot of java compiler error . I have no idea what went wrong since no error show in WM . i close WM and reopen the project and recompile. same long java compiler error.
no choice, i change the name of the query back (to upper case C) , the do a compile . this time no error .
Publicado el 28,julio 2015 - 15:15
Hi. Android is based in Linux OS, and it is case sensitive.

Rubén