From: "ChaoTix" Newsgroups: comp.os.msdos.djgpp Subject: Re: Terminate and Stay resident in CWSDPMI Date: Wed, 16 Oct 2002 18:42:42 +0200 Organization: XS4ALL Internet BV Lines: 37 Message-ID: References: <3dab979d DOT sandmann AT clio DOT rice DOT edu> <3DAC3647 DOT 96DE8E15 AT yahoo DOT com> NNTP-Posting-Host: 213-84-241-227.adsl.xs4all.nl X-Trace: news1.xs4all.nl 1034786557 12254 213.84.241.227 (16 Oct 2002 16:42:37 GMT) X-Complaints-To: abuse AT xs4all DOT nl NNTP-Posting-Date: 16 Oct 2002 16:42:37 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Oke, the keep functions seems to work in a stand alone version. Right now I have 2 projects running. One is called "Main" and the other is "Child". Main seems to running correct, but when he is loading the child program (this one should be keeped in memmory) the complete program and all surroundings seems to crash. But child.exe itself is yet working ok when I am starting only that one. My guess is that the child program is overlapping the main program, but I use spawn with P_WAIT so that would not be it. Any suggestions? Greetz, ChaoTix "CBFalconer" wrote in message news:3DAC3647 DOT 96DE8E15 AT yahoo DOT com... > ChaoTix wrote: > > > > Hey, thats strange. It seems to work under full dos mode, but not > > in windows 98/95 dos. But we can still work with it. Thanx. > > Don't toppost please. > > If you think about it, how could it work in W9x dos boxen. They > are separate virtual machines, and once you exit the window the > whole virtual machine is gone. So a so-called TSR cannot affect > the whole machine. > > -- > Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net) > Available for consulting/temporary embedded and systems. > USE worldnet address! >