Page 1 of 1

Compiling a large QBasic program.

Posted: Fri Dec 27, 2002 12:11 pm
by Guest
I have written a QBasic 1.0 program whose filesize is 127 KB. Is there any way for me to compile this program and make it a stand-alone executable file? QuickBasic 4.5 will only compile a program up to 62 KB, I believe.

Re: Compiling a large QBasic program.

Posted: Fri Jan 10, 2003 2:16 am
by Guest
I've compiled programs over 400K in QB45. Try loading QB45 with the /AH option.

Re: Compiling a large QBasic program.

Posted: Sun Feb 09, 2003 6:52 pm
by Guest
Hi!
i have the same problem!
and that /AH thing doesn't work....

is there another way to solve this problem?