how can you bypass out of memory's on qb 4.5
Moderators:Administrator, Global Moderator
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
try to load QB like this:
QB/AH
then
at the top of your proggie...
type this:
REM $Dynamic
That should do it...
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
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.