From: frazer AT rtp DOT ericsson DOT se (Scott Frazer) Newsgroups: comp.os.msdos.djgpp Subject: Re: 3DGPL problems Date: Mon, 16 Sep 1996 15:42:31 GMT Organization: Ericsson Data Services Americas Lines: 14 Message-ID: <51jhqd$j9l@cnn.exu.ericsson.se> References: <51hcb0$n7c AT loki DOT tor DOT hookup DOT net> NNTP-Posting-Host: pc340.rtp.ericsson.se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp istvan AT outer-net DOT com (Stephen Marton) wrote: >I just got 3DGPL, and compiled the demo without problems. But when I >run it, it crashes with a gpf after a few seconds, and doesn't display >anything. Dis anyone have this problem before? How could I fix it? 3DGPL was written to compile with DJGPP v1, not v2. Thankfully the author separated out all compiler/hardware specific functions into the files "hardware.c" and "hardware.h". Update the functions in the .c file and it will work just fine. Scott