how can you bypass out of memory's on qb 4.5

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
Guest
how can you bypass out of memory's on qb 4.5

Post by Guest » Thu Nov 21, 2002 3:22 pm

i work for a company called V-Genetic studios, we are programmers for qbasic and we need to bypass out of memory commands

Guest

Re: how can you bypass out of memory's on qb 4.5

Post by Guest » Fri Nov 22, 2002 10:35 am

try to load QB like this:

QB/AH

then
at the top of your proggie...

type this:

REM  $Dynamic

That should do it...

Guest

Re: how can you bypass out of memory's on qb 4.5

Post by Guest » Sat Nov 23, 2002 8:54 pm

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.

Post Reply