Message-ID: <38BA821E.E53DE604@corel.com> Date: Mon, 28 Feb 2000 09:11:42 -0500 From: Jonathan Meunier X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: running problem ... HELP References: <89dvns$eol$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 120.150.3.42 X-Trace: 28 Feb 2000 09:25:02 -0500, 120.150.3.42 Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Florent BUDILLON wrote: > > Hi, > I have done a programfor MS-DOS with RHIDE and it works perfectly on my > computer (win98, 166Mhz). The things is that this program should run on > another computer (quite old one 486 or 386 maybe, with MS-DOS 4.01) . When I > want to run the prog on this old computer I got the message "Load error no > DPMI- get csdpmi*b.zip" and that's all. > Any idea of what I should do? > Thanks in advance for helping me. You should do exactly as asked :) Windows 95/98 supply a DPMI (DOS Protected Mode Interface).. In pure DOS, you need a DPMI in order to run 32bit pmode programs (such as DJGPP executables).. Simply download csdpmi3b.zip or csdpmi4b.zip (dunno which is better, never personally used it) and put it somewhere so that it will be in your path. http://www.simtel.net/pub/simtelnet/gnu/djgpp/v2misc/csdpmi4b.zip HTH, .(Trancelucid). . Jaune .