04.01.2014, 11:09
Add
#define Lodindialog 0
#define Regdialog 1
and in line 245 ,you have by mistakenly added a space between I and NPUT.Just remove it.
It should be DIALOG_STYLE_INPUT or you could use DIALOG_STYLE_PASSWORD(doesn't show the password, shows little white dots)
Could you post the line 78 please.
#define Lodindialog 0
#define Regdialog 1
and in line 245 ,you have by mistakenly added a space between I and NPUT.Just remove it.
It should be DIALOG_STYLE_INPUT or you could use DIALOG_STYLE_PASSWORD(doesn't show the password, shows little white dots)
Could you post the line 78 please.