07.08.2010, 13:37
the problem is that Dini use dutils, so.. that's why when you delete "#include <Dini>" appears "undefined simbol strtok".
Please post the line that has this error: "error 047: array sizes do not match, or destination array is too small".
it maybe look something like this "arrayname = strtok(params, Index);" or "arrayname = strtok(cmdtext, idx);" or something like that.
you migth have define the array with a smaller size that it need. check out if you have "new arrayname[256];"
Please post the line that has this error: "error 047: array sizes do not match, or destination array is too small".
it maybe look something like this "arrayname = strtok(params, Index);" or "arrayname = strtok(cmdtext, idx);" or something like that.
you migth have define the array with a smaller size that it need. check out if you have "new arrayname[256];"