Xref: news2.mv.net comp.os.msdos.djgpp:2063 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: DPMI Problem Date: Thu, 21 Mar 1996 21:47:29 CST Organization: Rice University, Houston, Texas Lines: 17 Message-ID: <315222d1.sandmann@clio.rice.edu> References: <4imniv$rbc AT mark DOT ucdavis DOT edu> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > I think it might be a problem with the DPMI server, which is CWSDPMI 1) Check for null pointers (usual cause is a buggy program); then 2) Send smallest code fragment that produces problem. > My home machine only has 2MB of DPMI memory available and > compile times have been getting long. There are some parameters you can set with CWSPARAM which would help this. Try minappmem as 2M. > One of the smaller files compiled okay, but the larger files (2000 lines) > get an internal compiler error that isn't there in the DOS box. This is probably the insufficient heap problem; get ftp.neosoft.com: pub/users/s/sandmann/csdpmi1heapfix.zip (or whatever it's name is). Someday maybe I'll get a few hours and do r2