Message-ID: <68C4CF842BD2D411AC1600902740B6DA02CDC45D@mcoexc02.mlm.maxtor.com> From: "Dykstra, Sean" To: "'djgpp AT delorie DOT com'" Subject: Pharlap 286 Date: Tue, 24 Jul 2001 11:38:57 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Hello all! Does anyone have any experience spawning a Pharlap286 application from within a DJGPP app? The only way I can get it to work is to load the following statement in the config.sys: Device=c:\emm386.exe RAM NOEMS I believe this is because the Pharlap app cannot talk to the CWSDPMI host, but I don't know for sure. (Using EMM386 forces the memory allocations to go through EMM386, not through the DPMI host, I think...) This is highly undesirable, and I would love a way around it. Thanks!