Compiling QBASIC AFTER BLOAD
Posted: Tue Apr 26, 2005 2:30 am
I have a reject trying to compile a file where I put some pictures on screen.
It works well before compilation but launching compilation, I first had a reject at the level of the DIM instruction but released it by tuning the bytes values:
DIM BLB%(32765) that looks to b e accepted
and now it is a new reject "not enough user's memory"
and the compiler gives 42248 free octets and warnings
0030 and 0002
To what could this be due? My computer (old and may be having not enough memory)?The compiler with an arrow points to the word SCREEN .Is it a screen memory issue? What is this memory?What is its limit? How to know or calculate it?
The screen used is SCREEN 12.
It works well before compilation but launching compilation, I first had a reject at the level of the DIM instruction but released it by tuning the bytes values:
DIM BLB%(32765) that looks to b e accepted
and now it is a new reject "not enough user's memory"
and the compiler gives 42248 free octets and warnings
0030 and 0002
To what could this be due? My computer (old and may be having not enough memory)?The compiler with an arrow points to the word SCREEN .Is it a screen memory issue? What is this memory?What is its limit? How to know or calculate it?
The screen used is SCREEN 12.