Results 1 to 2 of 2

Thread: "Program too big to fit in memory" ERROR

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2001
    Location
    Detroit
    Posts
    21

    "Program too big to fit in memory" ERROR

    I am writning this in Visual Basic for DOS and or Qbasic. It basicly asks a few questions and forms a long command string for another Dos app exe. But when I shell the external dos app with the string of command-line options it comes back "Program to big to fit in memory".

    Really I would like to lauch the external dos exe and my program can end at that point. Any ways I can get around this? Possbale to load the app in a different memory block or somthing? Let me know if you have any ideas.

    Thanks,
    Kevin

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: "Program too big to fit in memory" ERROR

    Run your VB program from a batch file. When the VB program ends, run the other app. You'll probably have to write the command line to a text file and have the batch file read it.

    Or you can write a very small app to launch your app, then close your app and launch the other app.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width