23.01.2012, 13:35
array sizes do not match, or destination array is too small
and 26 same errors...
Some code lines of them
tmp = strtok(cmdtext, idx);
cmd = strtok(cmdtext, idx);
and all are same as theese ... and definition of arrays is like this
new cmd[128];
new tmp[128];
and I did tryed to type 256 or 512 insted of 128 but same thing...
Help pls and ty
and 26 same errors...
Some code lines of them
tmp = strtok(cmdtext, idx);
cmd = strtok(cmdtext, idx);
and all are same as theese ... and definition of arrays is like this
new cmd[128];
new tmp[128];
and I did tryed to type 256 or 512 insted of 128 but same thing...
Help pls and ty