Date: Wed, 28 Feb 2001 21:15:01 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Tonu Aas" Message-Id: <3405-Wed28Feb2001211500+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3a9d2513$0$13593@diablo.uninet.ee> (tonu@ids.ee) Subject: Re: Blinker + DJGPP + W9x References: <3a9d1457$0$13636 AT diablo DOT uninet DOT ee> <97j5q0$ado$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <3a9d2513$0$13593 AT diablo DOT uninet DOT ee> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Tonu Aas" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 28 Feb 2001 18:17:04 +0200 > > > > Is there any solution to spawn from Blinker linked 16 bit PM program > > > some DJGPP 32 bit PM program under W9x DPMI. > > > > the DPMI spec explicitly says that you cannot have 16bit and 32bit clients > nested. > :((( very bad. That's life: Hans-Bernhard is right, the DPMI spec forbids mixing 16-bit and 32-bit clients in the same Virtual Machine. > Maybe not completely: > > // in 16bit PM program under W9x > system("start /w test32.exe"); Yes, this will and should work, since the other program is in another VM. The disadvantage is that you inherit redirected handles and pass environment variables between virtual machines.