From: mauch AT uni-duisburg DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: system(): program too large Date: Mon, 08 Sep 1997 07:37:47 +0200 Organization: Home, sweet home (via Gesamthochschule Duisburg) Lines: 20 Message-ID: <34143c16.2777465@news.uni-duisburg.de> References: <34102027 DOT 6C36 AT somewhere DOT space> NNTP-Posting-Host: ppp80.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Fri, 05 Sep 1997 16:07:19 +0100, Jari Oksanen wrote: > Only this one old program compiled with an unknown compiler causes > problems. Does this program need some EMS or XMS memory? If not, maybe you can get around the problem, if your DJGPP program writes a batch file that starts your old program and then restarts your DJGPP-program with a /restart parameter. Then feed the name of this batch file and a '\r' to the keyboard buffer and exit your DJGPP program. Of course this would implicate that your DJGPP program would have to reinitialize itsself after restarting, and this could be kind of troublesome. Maybe the gurus her know of a way how to save and reload the memory image of a DJGPP program to get around this problem? Regards... Michael