Page 1 of 1
how can you bypass out of memory's on qb 4.5
Posted: Thu Nov 21, 2002 3:22 pm
by Guest
i work for a company called V-Genetic studios, we are programmers for qbasic and we need to bypass out of memory commands
Re: how can you bypass out of memory's on qb 4.5
Posted: Fri Nov 22, 2002 10:35 am
by Guest
try to load QB like this:
QB/AH
then
at the top of your proggie...
type this:
REM $Dynamic
That should do it...
Re: how can you bypass out of memory's on qb 4.5
Posted: Sat Nov 23, 2002 8:54 pm
by Guest
Can someone please explain what this means? Is this related to the 640K DOS memory limitation and using extenders? If I'm using QB7--would the command be QB7/AH? Thanks.