error 018: initialization data exceeds declared size
#4

Well I had showed the line that the error was on? Where would the array be? Would it be this:

Quote:

enum e_Register {
sCommand[12],
CommandLen
}

new RegisterCommands[3][e_Register]= {
{""#RegisterCommand"",-1},{""#LoginCommand"",-1},{""#ChangePassCommand"",-1}
};


Cause this is where it says the error is.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)