Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiling to EXE
#1
Hi guys,

I'm new here, and browsing through the posts I didn't find anything about this. I have a QBasic program written in old edition compiler, I'm not sure which but it is compatible even with QBasic 2. Now I have the 4.5 but when trying to compile my program to exe I get a "Code and stack is greater than xxxKbyte of memory, can't compile" error message. Do you guys know a way to still compile the code to exe. It would be of great help, cuz I don't want to reorganize the over 5000 lines I got. Thanx in advance!
Reply
#2
Your program is too big to compile in a single piece. You must split it into separate modules. Check the faq on this site
Antoni
Reply
#3
http://qbasicnews.com/articles/articles.cgi?page=limits

Please read it carefully. Imp to note is usage of COMMON SHARED.
Reply
#4
Well thanx for answering so soon, I'll try to do so. :bounce:
Reply
#5
Always welcome Wink
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)