24.07.2016, 08:37
what iswrong here?
this enum have not name because i use on dialogresponse
ondialogresponse
switch(dialogid)
case DIALOG_LOGIN etc...
error 001: expected token: "-identifier-", but found "-integer value-"
Код HTML:
enum { DIALOG_LOGIN, DIALOG_REGISTER, DIALOG_SEX, DIALOG_AGE, DIALOG_EMAIL }
ondialogresponse
switch(dialogid)
case DIALOG_LOGIN etc...
error 001: expected token: "-identifier-", but found "-integer value-"