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 »

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 »

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 »

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