20.02.2011, 17:29
Well, compiler says there's not enough space on the stack, either find where's the problem and dispose it (e.g. string[256]), or increase the stack/heap size (#pragma dynamic)
Also, the warning you get is because you don't use that symbol, get rid of it before it's too late!
Also, the warning you get is because you don't use that symbol, get rid of it before it's too late!

