From: "Tonu Aas" Newsgroups: comp.os.msdos.djgpp References: <3a9d1457$0$13636 AT diablo DOT uninet DOT ee> <97j5q0$ado$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Subject: Re: Blinker + DJGPP + W9x Date: Wed, 28 Feb 2001 18:17:04 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Lines: 20 Message-ID: <3a9d2513$0$13593@diablo.uninet.ee> NNTP-Posting-Host: 194.204.53.21 X-Trace: diablo.uninet.ee 983377171 13593 194.204.53.21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > 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. > But if it hits you, it leaves you completely stuck. Maybe not completely: // in 16bit PM program under W9x system("start /w test32.exe"); Opens new DOS session - so no problem with 16/32 bit mixing. Not nice, not exactly "spawn", but works. Tõnu.