|
-
Mar 29th, 2007, 01:42 PM
#1
Thread Starter
Junior Member
"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
-
Mar 30th, 2007, 05:50 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|