Qbasicnews.com

Full Version: Module level code too large
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have this annoying problem.
Im working in a game that QBasic thinks is too large. I keep getting this message: "Module level code too large"

I have filled like 3-4 subs with code and its impossible to make the program smaller. So my question is how im i suppose to do to enlarge my program?
Check out Nathan's great article PUSHING QB TO ITS MEMORY LIMITS. It's about modular programming which you'll need in order to make a *huge* qbasic program.

http://www.qbasicnews.com/articles.php?id=30

Ps. Then, there's also another way...start using FreeBasic 8)