19.03.2009, 16:41
Quote:
Originally Posted by Westie
Your code is producing a larger than anticipated stack. This can be used by avoiding very large arrays, but can be avoided by setting the '#pragma dynamic XX' directive - which changes the stack size, where XX is how many bytes are needed.
|
And what is that thing with pragma? :X