When I run my game I have a problem with stack space, can someone help me!! I get an error message half way through saying run out of stack spacethanksQbasic
What OS are you using? <p> <br><a href=mailto: > </a><br><a href= > </a><br>If a tree falls in the forest and there's no one around, does it make sound? Its not the sound that matters, but the silence it leaves behind.
You might try a CLEAR statement at the beginning of your program to add a little extra stack space. CLEAR ,,4000 adds 4000 bytes of stack space over the top of what QB thinks it will need.<br>Increase the value until you stop getting the error.<br>If you don't stop getting the error you might have a wicked little recursion problem with one of your functions or subroutines. That's a logic problem that won't be fixed with one line of code.<br> <p> <br><a href=mailto: > </a><br><a href=
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.