Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE301375CC7@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Program Initialization Date: Thu, 6 May 1999 14:49:21 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com My apologies for the empty post: I hit the send key by mistake. Try again: > AnonymityIsGreat writes: > > Does anyone know how to catch the "No DPMI Server" error? > > > > I want to give users of my program a better explanation than just 'no > > DPMI - Get csdpmi*b.zip'. > That would be an exceptionally tricky thing to do, because the DPMI server is required to run any djgpp code. If you don't have one, you are stuck in 16 bit real mode and can't run any gcc compiled code at all. You'd have to alter the crt0 stub, which is a very complex bit of code, written in real mode assembler, and not for the faint of heart. Shawn Hargreaves.