When compiling MessageBox () Windows works OK.
When compiling MessageBox () on Android gives:
[bccaarm Warning] Acusete.h(68): extra qualification on member 'fDatos_Seleccion'
[bccaarm Warning] Acusete.cpp(69): conversion from string literal to 'char *' is deprecated
[bccaarm Error] Acusete.cpp(87): use of undeclared identifier 'MB_ICONQUESTION'
[bccaarm Error] Acusete.cpp(87): use of undeclared identifier 'MB_YESNO'
[bccaarm Error] Acusete.cpp(87): use of undeclared identifier 'MB_DEFBUTTON2'
[bccaarm Error] Acusete.cpp(87): use of undeclared identifier 'IDYES'
[bccaarm Warning] Acusete.cpp(203): conversion from string literal to 'char *' is deprecated
Failed